Files
kotlin-fork/idea/idea-frontend-fir/testData/referenceResolve/ResolvePackageInTheEndInProperty.kt
T
2021-08-11 18:09:05 +02:00

7 lines
92 B
Kotlin
Vendored

package test1.test2.test3
class Some()
val test : test1.test2.<caret>test3.Some = Some()