mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-19 17:29:34 +07:00
6 lines
122 B
Java
6 lines
122 B
Java
public class Foo {
|
|
public void foo() {
|
|
int[] array = new int[5];
|
|
for (int i = 0; i < array.length; i++) {}
|
|
}
|
|
} |