blob: c220a947052e76b835884745c637d061e3e4e8ba [file] [log] [blame]
library test /*isLegacy*/;
import self as self;
import "dart:core" as core;
static method test() void {
for (core::num* x = 0; x.{core::num::<}(10){(core::num*) →* core::bool*}; x = x.{core::num::+}(1){(core::num*) →* core::num*}) {
if(x is{ForLegacy} core::int*) {
core::int* y = x{core::int*};
}
}
}
static method main() dynamic {}