e50de5d94d
KT-7623 Renaming val constructor parameter of a data class is very slow #KT-7730 fixed #KT-7730 fixed
5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
fun test() {
|
|
for ((x, y, z) in array<A>()) {
|
|
}
|
|
}
|