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

// FIR_COMPARISON