blob: a5143994a39233c86a3e29dc917f3502c714371d [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
}
class D extends core::Object {
synthetic constructor •() self::D
;
}
class E extends core::Object {
synthetic constructor •() self::E
;
}
static method test(() void f) void
;
static method main() dynamic
;