18 lines
170 B
Kotlin
Vendored
18 lines
170 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages
|
|
package server
|
|
|
|
fun <caret>foo() {
|
|
|
|
}
|
|
|
|
fun Int.foo() {
|
|
|
|
}
|
|
|
|
fun foo(n: Int) {
|
|
|
|
}
|
|
|
|
val foo: Int
|