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