mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-62753 Completing method call with ';' when pair bracket autoinsertion is off
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ class MyClass {
|
||||
void foo(int a) {}
|
||||
|
||||
{
|
||||
foo(<caret>)
|
||||
foo(<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user