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