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