074829bcea
#KT-21422 Fixed
9 lines
132 B
Kotlin
Vendored
9 lines
132 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: RootClass
|
|
package non.root.name
|
|
|
|
import RootClass
|
|
|
|
fun test() {
|
|
RootClass()
|
|
} |