blob: d841a5d1686ef6745d079298d23ed14c5cf78788 [file] [log] [blame]
library test;
import self as self;
static field dynamic v = null;
static method main() dynamic {
self::v;
}