d384e50a97
org.jetbrains.jet.lang.psi -> org.jetbrains.kotlin.psi
12 lines
139 B
Kotlin
Vendored
12 lines
139 B
Kotlin
Vendored
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetNamedFunction
|
|
// OPTIONS: usages
|
|
fun foo() {
|
|
fun <caret>bar() {
|
|
|
|
}
|
|
|
|
bar()
|
|
}
|
|
|
|
bar()
|