mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-226233 "return" should not be prioritized in "for" and "while" bodies completion
GitOrigin-RevId: 38d097d0e4c265a76403742597e5250c645808c0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5265545ddf
commit
8887596406
+6
@@ -0,0 +1,6 @@
|
||||
class Main {
|
||||
static void returnMethod() {}
|
||||
static void usage() {
|
||||
while (true) re<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user