blob: f13096382eda90383e6dffdd90f2e09ac06e518b [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();
}