mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 4bcaf8c390fae1f20aa7c70fe78af95f57ab5ea8
3 lines
59 B
Java
3 lines
59 B
Java
class A {
|
|
private int[][] data = new int[][]{{<caret>}}
|
|
} |