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