Files
kotlin-fork/idea/testData/findUsages/kotlin/conventions/components/extensionComponentFun.DisabledComponents.results.txt
T
Igor Yakovlev 1ccda6a8d4 Add fast find usages for data class components
This commit add feature for disabling searching for data class ComponentN method and destruction declarations that could encrease usages search.
See KT-23278
2019-11-13 17:38:35 +03:00

5 lines
136 B
Plaintext
Vendored

Value read 21 val (x, y) = f()
Value read 25 val (a, b) = this
Value read 29 val (x1, y1) = z1[0]
Value read 30 val (x2, y2) = z2.get()