blob: 0f1865be40ecf881caca569849fa9bdb09db6015 [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
;