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