blob: a21ef5e55e95b189d6868c66d668ffec22c7f2a1 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field self::B b;
synthetic constructor •() void
;
}
class B extends core::Object {
synthetic constructor •() void
;
get c() self::C
;
set c(self::C value) void
;
}
class C extends core::Object {
synthetic constructor •() void
;
}
class D extends self::C {
synthetic constructor •() void
;
}
static field dynamic a;
static field dynamic x;
static field dynamic y;
static method main() dynamic
;