blob: 97300eb72fba429cbec5912e841e323cbb99ed56 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field (core::Object) void v = core::print;
static method main() dynamic {
self::v;
}