K2: fix FirCompileKotlinAgainstCustomBinariesTest

Behavior of reporting UNRESOLVED_REFERENCE was changed in 10f7989af6.
This commit is contained in:
Alexander Udalov
2023-09-06 12:41:39 +02:00
parent bff433f4e9
commit 6b919e2593
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ $TMP_DIR$/library-after.jar!/META-INF/main.kotlin_module: error: module was comp
compiler/testData/compileKotlinAgainstCustomBinaries/wrongMetadataVersionBadMetadata2/source.kt:5:16: error: unresolved reference 'A'.
fun baz(param: A, nested: A.Nested) {
^
compiler/testData/compileKotlinAgainstCustomBinaries/wrongMetadataVersionBadMetadata2/source.kt:5:27: error: unresolved reference 'A.Nested'.
compiler/testData/compileKotlinAgainstCustomBinaries/wrongMetadataVersionBadMetadata2/source.kt:5:27: error: unresolved reference 'A'.
fun baz(param: A, nested: A.Nested) {
^
compiler/testData/compileKotlinAgainstCustomBinaries/wrongMetadataVersionBadMetadata2/source.kt:6:23: error: unresolved reference 'A'.