mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +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,5 @@
|
||||
class Scratch {
|
||||
public static void main(String[] args) {
|
||||
String[][] foo = {{"a", "b", "c"}};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user