blob: 058583e3432dfb7ee4ddf2198e225e9710e6118d [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;
}