blob: 446c9114a6486dbea6cb54c3b0c956468064ac39 [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::==}{(core::Object*) →* core::bool*} 0;
}){((core::int*) →* core::bool*) →* core::Iterable<core::int*>*};
}
static method main() dynamic {}