Files
kotlin-fork/compiler/testData/resolvedCalls/simpleCall.kt
T

6 lines
45 B
Kotlin
Vendored

fun foo() {}
fun bar() {
<caret>foo()
}