blob: 06acdecd9f759f912f1dd9fd9ca9107487d20c0d [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
method g() core::bool
return true;
}
static field core::bool x = self::f().{self::C::g}(){() core::bool};
static method f() self::C
return throw "";
static method main() dynamic {}