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