blob: c9ff1d74f541ccdf053b60ebec53b3e9ce82a994 [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;
};
}
n = null;
}