mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
java complete statement: don't put closing parenthesis before caret (IDEA-225079)
GitOrigin-RevId: ae2d530e850b4051f4c90ccab8dcdecf01e74eca
This commit is contained in:
committed by
intellij-monorepo-bot
parent
26a0dc94dd
commit
f71bd07b0b
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
Object method() {
|
||||
String.format("%d, %d", 1, 2<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user