Fix deprecations in testData: smart completion and find usages
This commit is contained in:
@@ -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>()) {
|
||||
Reference in New Issue
Block a user