blob: 94d378deb4ac8acd439e7e7377b73c8a270c6cfa [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 {}