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