library test; import self as self; import "dart:core" as core; static method test1() → dynamic { core::List* o; core::Iterable* y = o.{core::Iterable::map}((core::int* x) → core::int* { return x.{core::num::+}(1); }); core::Iterable* z = y; } static method main() → dynamic {}