blob: 8325cbbdf2d2767dac42869c4ea9b57ea61b3852 [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;
}