mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
7 lines
104 B
Kotlin
7 lines
104 B
Kotlin
package test
|
|
|
|
import dependency.*
|
|
|
|
val a: Outer.<caret>Nested? = null
|
|
|
|
// REF: (dependency.Outer).Nested |