fun test(b: Byte, s: Short, i: Int, l: Long) { "$b" "$s" "$i" "$l" } // 4 valueOf // 4 INVOKESTATIC java/lang/String.valueOf