SplitConditionUtil: disable action for incomplete statement

This commit is contained in:
Tagir Valeev
2018-12-01 17:57:56 +07:00
parent 61569c5e12
commit 1318c26754
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class SplitCondition {
void test(boolean foo) {
if(foo && foo &<caret>& ) {}
}
}