blob: bdd35f62a249ea67930301d6a438058e5b527270 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f() dynamic {
core::List<core::int> o;
o.{core::Iterable::forEach}((core::int i) void {
return i.{core::num::+}(1);
});
}
static method main() dynamic {}