5 lines
46 B
Kotlin
Vendored
5 lines
46 B
Kotlin
Vendored
fun foo() {}
|
|
|
|
fun bar() {
|
|
<caret>foo("")
|
|
} |