blob: 93be11aef099c89c7a54e27720aabf55cd5541b7 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class CallableClass extends core::Object {
synthetic constructor •() self::CallableClass*
;
method call() core::int*
;
}
class C extends core::Object {
field self::CallableClass* f;
synthetic constructor •() self::C*
;
}
class D extends self::C {
synthetic constructor •() self::D*
;
method g() void
;
}
static method main() dynamic
;