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