blob: 162adcad63a879b87c77b2bed261cfd8980a3c2e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class B extends core::Object {
synthetic constructor •() self::B
;
}
class C extends self::B {
field dynamic z;
synthetic constructor •() self::C
;
}
static method test(self::B x) void
;
static method main() dynamic
;