blob: fceb5564ff2a591012ba31773b305cfeabf4bd15 [file] [log] [blame]
// TODO(multitest): This was automatically migrated from a multitest and may
// contain strange or dead code.
import 'regress20394_lib.dart';
mixin M {}
class C extends Super with M {
}
main() {
new C();
}