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