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