3aa2401f19
#KT-32454 Fixed
7 lines
121 B
Kotlin
Vendored
7 lines
121 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.util.Arrays.hashCode
|
|
|
|
fun test() {
|
|
val a = arrayOf(1)
|
|
val hash = <caret>hashCode(a)
|
|
} |