Files
2022-05-02 16:17:29 +00:00

7 lines
150 B
Java

class A {
void m(Object[] arr) {
for (<selection>Obje<caret>ct o : arr</selection>) {
System.out.println(o);
}
}
}