blob: f322f88dbcecb69991ec4a37383ac650e8cfa7a5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Base extends core::Object {
synthetic constructor •() void
;
}
class Mixin extends core::Object {
synthetic constructor •() void
;
method foo() dynamic
;
}
abstract class _Sub&Base&Mixin = self::Base with self::Mixin {
}
class Sub extends self::_Sub&Base&Mixin {
synthetic constructor •() void
;
}
static method main() dynamic
;