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