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