blob: 18da8ef437354337ac6d546f0878f035febceb9a [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
method g() core::bool
;
}
static field core::bool x;
static method f() self::C
;
static method main() dynamic
;