blob: 2d6359d93e93734688534377d34e274264262fae [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::int i = 0;
static method main() dynamic {
core::int j = self::i;
}