blob: e0d0b05271f941c4fae6832da97777b26c9b0161 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() void
;
method call() core::int
;
}
class B extends core::Object {
synthetic constructor •() void
;
get call() self::A
;
}
class D extends core::Object {
field self::A fieldA;
field self::B fieldB;
synthetic constructor •() void
;
get getA() self::A
;
get getB() self::B
;
}
static method main() dynamic
;