blob: 75938183be02ae53b2822ff265e93d07401bf286 [file] [log] [blame]
// "Simplify boolean expression" "true"
class X {
void f(boolean b, boolean c) {
if (b && tr<caret>ue && c) return;
}
}