mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java-completion] Complete statement: support for multi-dimensional arrays
GitOrigin-RevId: e65b83f2e5dacd3ae0a0e74a80fff81c228e2d48
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6118e0017f
commit
db6adb85aa
@@ -0,0 +1,6 @@
|
||||
class Scratch {
|
||||
public static void main(String[] args) {
|
||||
String[][] foo = {{"a", "b", "c"}};
|
||||
int bar = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user