blob: 5b9c3a0674b11915580099689f9637e40e065539 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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 {}