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