Closed djrieger closed 9 years ago
In
if (!(7 == 4)) {
the else path is taken, should take the then path instead.
This actually is short-circuiting.
Closed in ccc3e03
In
the else path is taken, should take the then path instead.