blob: 30af47ae07caab957624505c85ce198350552ec2 [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;
}