blob: 1caefafcb3ee3aa4f3cd54a33359fa0422362b74 [file] [log] [blame]
// "Simplify boolean expression" "true"
class X {
void f() {
<caret>return;
}
}