mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
IDEA-178933 Complete current statement for if statement without opening bracket
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
class Foo {
|
||||
public void foo() {
|
||||
if 1 > 2<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user