Files
kotlin-fork/idea/testData/shortenRefsFir/calls/functionInSameFile.kt
T

8 lines
99 B
Kotlin
Vendored

// FIR_COMPARISON
package test
fun foo() {}
fun usage() {
<selection>test.foo()</selection>
}