blob: 13abe3f0dffa0f97a92e950d382910753d4ebcba [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) core::int => i.{core::num::+}(1));
}
static method main() dynamic {}