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:
Evgeny Gerashchenko
2015-05-20 21:04:47 +03:00
parent d8745b3ecb
commit e50de5d94d
6 changed files with 25 additions and 66 deletions
@@ -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