blob: 8b5d77e4b4bd342a758e6d8b79be2fd417a28a2f [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;
}
}