@Test
public void test() {
  Integer[ ] in=new Integer[] {1,2,3};
  System.out.println(in);
}