blob: d89c468c8739b31515a5de45f977188a372902d6 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::List<Null> x = <Null>[null];
static method main() dynamic {
self::x;
}