blob: a341f62eb2e644761c4b5251dd5f5885429021a2 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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
;