e8d2ba197e
#KT-4639 Fixed
7 lines
62 B
Kotlin
7 lines
62 B
Kotlin
fun foo() {
|
|
bar()<caret>
|
|
}
|
|
|
|
fun bar() {}
|
|
|
|
// EXISTS: bar() |