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