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

8 lines
96 B
Kotlin
Vendored

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