[FIR] Add test for KT-43619

This commit is contained in:
Dmitriy Novozhilov
2023-02-13 12:33:04 +02:00
committed by Space Team
parent b23aabf6e0
commit 197f19c627
6 changed files with 61 additions and 0 deletions
@@ -3143,6 +3143,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/inference/nullableIntegerLiteralType.kt");
}
@Test
@TestMetadata("overloadResolutionByLambdaArgumentType.kt")
public void testOverloadResolutionByLambdaArgumentType() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/inference/overloadResolutionByLambdaArgumentType.kt");
}
@Test
@TestMetadata("receiverWithCapturedType.kt")
public void testReceiverWithCapturedType() throws Exception {