class A { void m(Object[] arr) { for (Object o : arr) { System.out.println(o); } } }