mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
[java-completion] MissingArrayInitializerBraceFixer: use EnterAfterUnmatchedBraceHandler (IDEA-282469)
GitOrigin-RevId: 29a477bf9a7b726ef2d56c7e0ad7f82c8621d8b7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6775b54e18
commit
2d19324846
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
public void fails() {
|
||||
final String ORIGIN = "";
|
||||
final String[] expected = {ORIGIN<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user