blob: f3562b06786f62282992479c5f2a53cee16d6619 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::int a = 1;
static method main() dynamic {
core::int b = 2;
}