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

10 lines
139 B
Kotlin
Vendored

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