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