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