blob: 3aaf3983c30bc118ad003a045736c4c884d4285f [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 {
self::test1();
}