blob: f3093886baab52f1b78c55cf95948b6053a41948 [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::int*) →* Null) →* core::Iterable<Null>*};
core::Iterable<core::int*>* z = y;
}
static method main() dynamic {}