[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
+5
@@ -16561,6 +16561,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/manyImplFromOneJavaInterfaceWithDelegation2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("missingDependencyClassInTypeArguments.kt")
|
||||
public void testMissingDependencyClassInTypeArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/missingDependencyClassInTypeArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Mockito.kt")
|
||||
public void testMockito() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/Mockito.kt");
|
||||
|
||||
Reference in New Issue
Block a user