blob: a57d0f1220716541752b0fc877ef57849af647f9 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test1() dynamic {
core::int x = 3;
x = "hi";
}
static method main() dynamic {}