blob: 5b3e2bcc868ac34193e86a00cb21c476236d0200 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
field core::int x;
synthetic constructor •() self::C
;
}
static method f(self::C? c) void
;
static method main() dynamic
;