mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 00:35:33 +07:00
IDEA-254504 GitOrigin-RevId: 64c608f339c5c417848d7e82b378acb1d0dd3ac2
5 lines
95 B
Java
5 lines
95 B
Java
class X {
|
|
void a(int[] arr) {
|
|
arr[arr.length - 1] = <caret>arr[arr.length - 1] = 1;
|
|
}
|
|
} |