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