[Tests] Reproduce #KT-65704

This commit is contained in:
Kirill Rakhman
2024-03-15 13:06:06 +01:00
committed by Space Team
parent 8b258426ee
commit 81c0ee471f
7 changed files with 151 additions and 2 deletions
@@ -3543,6 +3543,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
runTest("compiler/fir/analysis-tests/testData/resolve/inference/onlyInputTypesCapturedTypeWithRecursiveBounds.kt");
}
@Test
@TestMetadata("onlyInputTypesCapturedTypeWithRecursiveBoundsAfter.kt")
public void testOnlyInputTypesCapturedTypeWithRecursiveBoundsAfter() {
runTest("compiler/fir/analysis-tests/testData/resolve/inference/onlyInputTypesCapturedTypeWithRecursiveBoundsAfter.kt");
}
@Test
@TestMetadata("overloadResolutionByLambdaArgumentType.kt")
public void testOverloadResolutionByLambdaArgumentType() {
@@ -3543,6 +3543,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
runTest("compiler/fir/analysis-tests/testData/resolve/inference/onlyInputTypesCapturedTypeWithRecursiveBounds.kt");
}
@Test
@TestMetadata("onlyInputTypesCapturedTypeWithRecursiveBoundsAfter.kt")
public void testOnlyInputTypesCapturedTypeWithRecursiveBoundsAfter() {
runTest("compiler/fir/analysis-tests/testData/resolve/inference/onlyInputTypesCapturedTypeWithRecursiveBoundsAfter.kt");
}
@Test
@TestMetadata("overloadResolutionByLambdaArgumentType.kt")
public void testOverloadResolutionByLambdaArgumentType() {