blob: b71760466ba13e55cb2065ab796e07540f9a9ea8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int x;
synthetic constructor •() self::C
;
}
class D extends self::C {
synthetic constructor •() self::D
;
method g() void
;
}
static method main() dynamic
;