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