blob: eb3fadec496bb129834f509490d74b8660813369 [file] [log] [blame]
class A {}
class MA extends A with M {}
mixin M on A {
M.baz();
}
test() {}