blob: e0685831c6a44fb81c291342b5fe444cea8629fd [file] [log] [blame]
library test;
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;
}