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