blob: fd2ed018f6f65bf203d496b00f9f44a10ed2644e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
static field () Null v = () Null => null;
static method main() dynamic {
self::v;
}