summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/findUsages/kotlin/findFunctionUsages/interfaceOverrides.0.kt
blob: a0c6dd65125eb9caec679455cdd23f97423c8f8b (plain)
1
2
3
4
5
6
7
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
// OPTIONS: overrides
interface A {
    fun <caret>foo(t: String)
}

// FIR_COMPARISON