7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
package test1.test2
|
|
|
|
class Some()
|
|
|
|
val test : <caret>test1.test2.Some = Some()
|
|
|
|
// REF: test1 |