blob: 4e2acb666de4d637697271f33340e7c6ae244fc8 [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::int* i = n{core::int*};
}
}