blob: d61ebea66e5ee554e41d775a2f8c2642546d678f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::num n = null;
if(n is core::int) {
dynamic i = n{core::int};
}
}