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