Files
kotlin-fork/idea/testData/resolve/ResolvePackageInProperty.kt
T
2012-09-07 21:01:59 +04:00

5 lines
78 B
Kotlin

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