blob: 632c7334d5bb468218937451d86676f1bd228865 [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 {}