blob: 9e482abb642c2067d2e5955c35fed181b5c77d33 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f() void {
core::List<core::String*>* y;
core::Iterable<core::String*>* x = y.map((core::String* z) dynamic => 1.0);
}
static method main() dynamic {}