8 lines
104 B
Kotlin
Vendored
8 lines
104 B
Kotlin
Vendored
fun box(): String {
|
|
230?.hashCode()
|
|
|
|
return "OK"
|
|
}
|
|
|
|
// 0 INVOKESTATIC java/lang/Integer.valueOf
|