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