7 lines
62 B
Kotlin
Vendored
7 lines
62 B
Kotlin
Vendored
fun foo() {
|
|
bar()<caret>
|
|
}
|
|
|
|
fun bar() {}
|
|
|
|
// EXISTS: bar() |