blob: 1b332596fea33dea40497e74b4e3113528c297b4 [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;
}