blob: dd4258d49ccba7e5d80a03175731e5f99d3d4a95 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test() void {
core::num x;
for (final dynamic #t1 = x = 0; x.{core::num::<}(10); x = x.{core::num::+}(1)) {
if(x is core::int) {
core::int y = x{core::int};
}
}
}
static method main() dynamic {}