mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
IDEA-359199 GitOrigin-RevId: a3162b75c3fa4ed32b3b17bcbf0753cf01fe72db
6 lines
106 B
Java
6 lines
106 B
Java
public class A {
|
|
void foo() {
|
|
int a[] = new int[10];
|
|
for (int b : a) lo<caret>
|
|
}
|
|
} |