FIR2IR: Fix mapping for intersection overrides of deserialized functions

This commit is contained in:
Mikhail Glukhikh
2021-01-26 17:04:19 +03:00
parent 4bde884844
commit ce1f9882df
8 changed files with 92 additions and 10 deletions
@@ -12052,6 +12052,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/ExtensionAlias.kt");
}
@TestMetadata("FakeOverrideBuilder.kt")
public void testFakeOverrideBuilder() throws Exception {
runTest("compiler/testData/codegen/box/fir/FakeOverrideBuilder.kt");
}
@TestMetadata("IrBuiltIns.kt")
public void testIrBuiltIns() throws Exception {
runTest("compiler/testData/codegen/box/fir/IrBuiltIns.kt");