12 lines
162 B
Kotlin
Vendored
12 lines
162 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: textOccurrences
|
|
// FIR_COMPARISON
|
|
|
|
package test
|
|
|
|
class Foo {
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
}
|