mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
SplitConditionUtil: disable action for incomplete statement
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class SplitCondition {
|
||||
void test(boolean foo) {
|
||||
if(foo && foo &<caret>& ) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user