6 lines
45 B
Kotlin
Vendored
6 lines
45 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun bar() {
|
|
<caret>foo()
|
|
}
|