blob: 79d961d980043a21821afdad7120156d9605d8f9 [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 {}