blob: 15d8c5f31695791d014693c2ed81f6c332c1ed01 [file] [log] [blame]
library test;
T f<T>() => null;
main() {}
var x = f() || f();
var y = f() && f();
void test() {}