blob: 15c380fe7bb80eeaaef1ca9897f69ed5aad8d4af [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field () →* core::Null* v = () core::Null* => null;
static method main() dynamic {
self::v;
}