dd1ac5bb6b
Related to KT-19811
12 lines
163 B
Kotlin
Vendored
12 lines
163 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtNamedFunction
|
|
// OPTIONS: usages
|
|
package client
|
|
|
|
import server.foo
|
|
|
|
fun test() {
|
|
foo()
|
|
foo(1)
|
|
val t = foo
|
|
}
|