summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/findUsages/kotlin/findPrimaryConstructorUsages/constructorCall.0.kt
blob: 3aae84f2d64a789dfc0c424b707df562f071a3f5 (plain)
1
2
3
4
5
6
7
8
9
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtClass
// OPTIONS: usages, constructorUsages
fun test() {
    val kk: KK = <caret>KK()
}

class KK()

// FIR_COMPARISON