69457ef3f1
#KT-7571 Fixed
17 lines
269 B
Kotlin
Vendored
17 lines
269 B
Kotlin
Vendored
fun box(): String {
|
|
true.hashCode()
|
|
1.toByte().hashCode()
|
|
1.toChar().hashCode()
|
|
1.toShort().hashCode()
|
|
1.hashCode()
|
|
1L.hashCode()
|
|
1.0F.hashCode()
|
|
1.0.hashCode()
|
|
"".hashCode()
|
|
|
|
return "OK"
|
|
}
|
|
|
|
// 9 \.hashCode
|
|
// 9 \.hashCode \(\)I
|