mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-24 04:07:09 +07:00
7 lines
113 B
Java
7 lines
113 B
Java
class C {
|
|
{
|
|
int[] a = new int[1];
|
|
a[1] = 42;
|
|
System.out.println(a<caret>[1]);
|
|
}
|
|
} |