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