blob: 44d956fd63029713e5cb5df8536f3bf67291b1dd [file] [log] [blame]
// "Simplify boolean expression" "true"
class X {
void f() {
int i = 0<caret>;
}
}