8 lines
160 B
Kotlin
Vendored
8 lines
160 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages, skipImports
|
|
|
|
package server
|
|
|
|
fun <caret>processRequest() = "foo"
|
|
|
|
// FIR_COMPARISON |