ab58dc3586
#KT-9102 Fixed
8 lines
164 B
Kotlin
Vendored
8 lines
164 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetNamedFunction
|
|
// OPTIONS: usages
|
|
@file:JvmName("RequestProcessor")
|
|
package server
|
|
|
|
fun <caret>processRequest() = "foo"
|
|
|