mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 18:38:47 +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,8 @@
|
||||
public class Foo {
|
||||
void test(int i) {
|
||||
if (i > 1) {
|
||||
i = 1;
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user