mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
IDEA-69972 Smart Complete Statement: Leave code block if the action is called for the complete statement
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
void test(int i) {
|
||||
if (i > 1) {
|
||||
i <caret>= 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user