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

8 lines
120 B
Kotlin
Vendored

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