blob: 41ec7b8fa0641d128a84763e2737d3f89f56e2ce [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;
}
() core::Null? {
n = null;
};
}