Files
kotlin-fork/idea/testData/shortenRefs/PropertyFunctionConflict.kt
T

7 lines
104 B
Kotlin
Vendored

package a
class Goo {
fun x() {
<selection>_root_ide_package_.a.b.foo()</selection>
}
}