blob: f7ec0b6c9ba489d85821e97023632513d84cc8dc [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
static field void x = self::f();
static method f() void {}
static method main() dynamic {
self::x;
}