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