FIR: Fix OverloadResolutionByLambdaReturnType case

This commit is contained in:
Denis.Zharkov
2021-04-14 11:19:01 +03:00
committed by TeamCityServer
parent 1c48fb28db
commit 32dacc37c0
11 changed files with 60 additions and 6 deletions
@@ -14151,6 +14151,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt");
}
@TestMetadata("sumOfOverloads.kt")
public void testSumOfOverloads() throws Exception {
runTest("compiler/testData/codegen/box/inference/sumOfOverloads.kt");
}
@TestMetadata("suspendExtensionRecevierFromConstraint.kt")
public void testSuspendExtensionRecevierFromConstraint() throws Exception {
runTest("compiler/testData/codegen/box/inference/suspendExtensionRecevierFromConstraint.kt");