blob: 523519b853580917bf83d5b208ce268db522098b [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 test() dynamic
;
static method main() dynamic
;