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