blob: 2013872f3312f4f3abcb3f4d668057291739cef5 [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
;