blob: 6a55e9b0f8b7b87ece9c1624edb7124b4ec99a57 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test1() dynamic {
core::List<core::int*>* o;
core::Iterable<Null>* y = o.{core::Iterable::map}<Null>((core::int* x) Null {});
core::Iterable<core::int*>* z = y;
}
static method main() dynamic {}