blob: ec6089a993a9fd24fcd6191914cdd009fd31ffc5 [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 dynamic f;
synthetic constructor •() self::C*
;
}
class D extends self::C {
synthetic constructor •() self::D*
;
method g() void
;
}
static method main() dynamic
;