mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
[java-intentions] Insert semicolon fix (IDEA-216117)
GitOrigin-RevId: b67112e8526f26c53fb0450d6e040b795ddab314
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a0b14b0e24
commit
5e8dce784b
@@ -0,0 +1,6 @@
|
||||
// "Insert ;" "true"
|
||||
class X {
|
||||
void test() {
|
||||
System.out.println("Hello")<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user