mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-20 09:09:20 +07:00
c8a9c6fcb8
Don't leave method code block on smart completion
7 lines
87 B
Java
7 lines
87 B
Java
|
|
public class Test {
|
|
public void foo() {
|
|
int x = 2;
|
|
<caret>
|
|
}
|
|
} |