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