blob: d377034e1408a4a09aed3e200c5235b4b29a714e [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*) {
core::num* i = n;
}
() Null {
n = null;
};
}