ee304e92b5
Relates to #KT-27782 #KT-21641
7 lines
124 B
Plaintext
Vendored
7 lines
124 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import java.util.Arrays
|
|
|
|
fun test() {
|
|
val array = intArrayOf(1, 2, 3)
|
|
val result = array.copyOf(3)
|
|
} |