Files
kotlin-fork/idea/testData/findUsages/kotlin/conventions/components/dataClassInsideDataClass.log
T
Valentin Kipyatkov 43f8fbea2b More information in log
2016-09-07 19:04:41 +03:00

19 lines
772 B
Plaintext
Vendored

Resolved (a, n)
Resolved (a1, n1)
Resolved (x, y, z)
Resolved (x1, y1, z1)
Searched references to A
Searched references to B
Searched references to C
Searched references to C.component1() in Kotlin files
Searched references to a in Kotlin files
Searched references to a1 in Kotlin files
Searched references to parameter a of B(val a: A, val n: Int) in Kotlin files
Searched references to parameter b of f(b: B, c: C) in Kotlin files
Searched references to parameter c of f(b: B, c: C) in Kotlin files
Used plain search of C.component1() in LocalSearchScope:
CLASS:C
Used plain search of parameter a of B(val a: A, val n: Int) in LocalSearchScope:
CLASS:B
Used plain search of parameter x of A(val x: Int, val y: Int, val z: String) in LocalSearchScope:
CLASS:A