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