Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
innerClassPackageConflict2
/
output.fir.txt
blob: 281b7990205eeb4769be45f68c1ec8ea3d7f4b83 [
file
]
compiler/testData/compileKotlinAgainstCustomBinaries/innerClassPackageConflict2/source.kt:10:9: error: unresolved reference 'Nested'.
val v3: Nested? = null
^^^^^^
COMPILATION_ERROR