mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-15 11:01:22 +07:00
7 lines
150 B
Java
7 lines
150 B
Java
class A {
|
|
void m(Object[] arr) {
|
|
<selection> for (Obje<caret>ct o : arr) {
|
|
System.out.println(o);
|
|
}
|
|
</selection> }
|
|
} |