[FIR] Add test for KT-43619
This commit is contained in:
committed by
Space Team
parent
b23aabf6e0
commit
197f19c627
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user