blob: 19ce572ed24454d3bc8df68f3f7e753d46f503a0 [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;
}
}
}
static method main() dynamic {}