Fix deprecations in testData: smart completion and find usages

This commit is contained in:
Ilya Gorbunov
2015-09-15 18:36:38 +03:00
parent 9c974b6c5c
commit 92e66b0d81
5 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
fun test() {
for ((x, y, z) in array<A>()) {
for ((x, y, z) in arrayOf<A>()) {
}
}
@@ -1,4 +1,4 @@
[componentFunctions.0.kt] Function call (9: 7) a.component1()
[componentFunctions.0.kt] Value read (10: 9) val (x, y, z) = a
[componentFunctions.0.kt] Value read (8: 7) a.n
[componentFunctions.1.kt] Value read (2: 10) for ((x, y, z) in array<A>()) {
[componentFunctions.1.kt] Value read (2: 10) for ((x, y, z) in arrayOf<A>()) {