[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
@@ -20132,6 +20132,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/fir/manyImplFromOneJavaInterfaceWithDelegation2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("missingDependencyClassInTypeArguments.kt")
|
||||
public void testMissingDependencyClassInTypeArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/missingDependencyClassInTypeArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Mockito.kt")
|
||||
public void testMockito() throws Exception {
|
||||
|
||||
+6
@@ -20132,6 +20132,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/fir/manyImplFromOneJavaInterfaceWithDelegation2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("missingDependencyClassInTypeArguments.kt")
|
||||
public void testMissingDependencyClassInTypeArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/missingDependencyClassInTypeArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Mockito.kt")
|
||||
public void testMockito() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user