mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-209627 Completion: method modifiers are not suggested for method if the previous method does not have semicolon
GitOrigin-RevId: 2f37ffd3fe6cec0d51d9f469cec8bb5acb7327c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
90b01d96fc
commit
9fae508cc4
+7
@@ -0,0 +1,7 @@
|
||||
interface Foo {
|
||||
void foo()
|
||||
/**
|
||||
foo bar
|
||||
*/
|
||||
<caret>void bar()
|
||||
}
|
||||
Reference in New Issue
Block a user