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