Files
kotlin-fork/idea/testData/shortenRefs/classInCompanionObject.kt
T
2018-10-16 08:41:43 +03:00

5 lines
110 B
Kotlin
Vendored

import dependency.C.Companion.Nested
fun foo() {
<selection>dependency.C.Companion.Nested()</selection>
}