[Tests] Reproduce #KT-65704
This commit is contained in:
committed by
Space Team
parent
8b258426ee
commit
81c0ee471f
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user