예:
String.format("%s", new int[]{1, 2, 3});
빠른 수정을 적용한 후:
String.format("%s", (Object) new int[]{1, 2, 3});