blob: acd94f3e2e1a9b30d9251f156cf147c36ad7b2e4 [file] [log] [blame]
abstract class A {}
abstract class I {}
abstract class J {}
class B implements A {}
class CAaMAiBC = A with MAiBC;
class CAaMAiBCaMBCiIJ_2 extends CAaMAiBC with MBCiIJ {}
mixin MAiBC on A implements B, Function {}
mixin MBCiIJ on B, Function implements I, J {}