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