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