mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-11 09:42:28 +07:00
040a0b2d7e
GitOrigin-RevId: 26c336f486c3e7c8a94bee43df52d559821807f9
9 lines
93 B
Java
9 lines
93 B
Java
public class SomeClass {
|
|
|
|
{
|
|
int[] aaa = new int[1];
|
|
int bbb = aaa[0]<caret>
|
|
}
|
|
|
|
}
|