[FIR2IR] Remember overridden symbols if f/o contains error types

^KT-64837 Fixed
This commit is contained in:
Dmitriy Novozhilov
2024-01-11 15:14:19 +02:00
committed by Space Team
parent 46cd5621bd
commit 8300ad76d0
22 changed files with 139 additions and 1 deletions
@@ -14731,6 +14731,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
runTest("compiler/testData/codegen/box/fir/localOverrideWithDefaultInOverridden.kt");
}
@Test
@TestMetadata("missingDependencyClassInTypeArguments.kt")
public void testMissingDependencyClassInTypeArguments() throws Exception {
runTest("compiler/testData/codegen/box/fir/missingDependencyClassInTypeArguments.kt");
}
@Test
@TestMetadata("nestedClassTypeParameterDeserialization.kt")
public void testNestedClassTypeParameterDeserialization() throws Exception {
@@ -14731,6 +14731,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
runTest("compiler/testData/codegen/box/fir/localOverrideWithDefaultInOverridden.kt");
}
@Test
@TestMetadata("missingDependencyClassInTypeArguments.kt")
public void testMissingDependencyClassInTypeArguments() throws Exception {
runTest("compiler/testData/codegen/box/fir/missingDependencyClassInTypeArguments.kt");
}
@Test
@TestMetadata("nestedClassTypeParameterDeserialization.kt")
public void testNestedClassTypeParameterDeserialization() throws Exception {