split if: unparenthesis (IDEA-56272)

This commit is contained in:
anna
2010-07-06 13:04:34 +04:00
parent 127dd00a66
commit 47f39e770c
6 changed files with 51 additions and 4 deletions
@@ -0,0 +1,7 @@
class C {
void foo() {
if ((a) &<caret>& (b)) {
call();
}
}
}