blob: 00ebe98324f423008d3656aad7bcc55b09207f1f [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
static set foo(core::int x) void
;
}
static set bar(core::int x) void
;
static method main() dynamic
;