blob: 1e0f0ccaea118bb9ce34f3a34f510437779fd1f3 [file] [log] [blame]
// "Simplify boolean expression" "true"
class X {
void f() {
int i = 2;
if (false<caret> && i==0) {
//sdf
}
}
}