[FIR2IR] Remember overridden symbols if f/o contains error types
^KT-64837 Fixed
This commit is contained in:
committed by
Space Team
parent
46cd5621bd
commit
8300ad76d0
+6
@@ -14755,6 +14755,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -14755,6 +14755,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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 {
|
||||
|
||||
+6
@@ -14755,6 +14755,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -14755,6 +14755,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user