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