0073257841
#KT-10313 Fixed
4 lines
99 B
Kotlin
Vendored
4 lines
99 B
Kotlin
Vendored
fun box(): String {
|
|
val sub = Box<Long>(-1)
|
|
return if (sub.value == -1L) "OK" else "fail"
|
|
} |