mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 20:52:37 +07:00
close #2845 GitOrigin-RevId: eb27b47956da52b8b26f1932b0a5c75b7db92373
4 lines
66 B
Java
4 lines
66 B
Java
class A {
|
|
private static final int[][][] x = new int[1][2][];
|
|
}
|