blob: abefdcc242fa739afd8995150523667f1ccdbec8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
synthetic constructor •() void
;
}
abstract class B extends core::Object {
synthetic constructor •() void
;
}
class C extends core::Object {
field self::A a;
synthetic constructor •() void
;
method f(core::Object o) void
;
}
static method main() dynamic
;