blob: 6a30de04fa34bf65f6038772dda7fb0fd2d1e9b0 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f() dynamic {
core::List<core::int> o;
o.where((dynamic i) dynamic {
return i.==(0);
});
}
static method main() dynamic {}