KT-7730 Find Usages causes 100% CPU usage, UI blocked, never returned
KT-7623 Renaming val constructor parameter of a data class is very slow #KT-7730 fixed #KT-7730 fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
for ((x, y, z) in array<A>()) {
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
Function call (9: 7) a.component1()
|
||||
Value read (10: 9) val (x, y, z) = a
|
||||
Value read (2: 10) for ((x, y, z) in array<A>()) {
|
||||
Value read (8: 7) a.n
|
||||
Reference in New Issue
Block a user