mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-10 15:20:19 +07:00
8 lines
130 B
Java
8 lines
130 B
Java
|
|
public class Junk {
|
|
public static void main(String[] args) {
|
|
int[] arr = new int[]{1, 2, 3};
|
|
<caret>
|
|
}
|
|
}
|