5 lines
190 B
Plaintext
Vendored
5 lines
190 B
Plaintext
Vendored
compiler/testData/compileKotlinAgainstCustomBinaries/innerClassPackageConflict2/source.kt:10:9: error: unresolved reference 'Nested'.
|
|
val v3: Nested? = null
|
|
^^^^^^
|
|
COMPILATION_ERROR
|