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