blob: 3b7e21aaad131d3b869b1f02e0bcf6ba555be7d4 [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 {}