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