blob: 2ae6220b227d83687f4872036a0910b54504235b [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.<(10); x = x.+(1)) {
if(x is core::int) {
dynamic y = x{core::int};
}
}
}
static method main() dynamic {}