7 lines
104 B
Kotlin
7 lines
104 B
Kotlin
// "Import" "true"
|
|
// ERROR: Unresolved reference: Nested
|
|
|
|
import test.Test
|
|
|
|
val a = <caret>Test.Nested
|