blob: d3f26e16ce3f2bbbe18ea6b73bc3d449c3c7cb3d [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test() dynamic {
for (dynamic i = 0; i.<(10); i = i.+(1)) {
core::int j = i.+(1);
}
}