K2: reproduce KT-61933

This commit is contained in:
Mikhail Glukhikh
2023-09-18 11:51:23 +02:00
committed by Space Team
parent ad4d1a5ba8
commit 0c287c9945
7 changed files with 64 additions and 0 deletions
@@ -33406,6 +33406,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/suspendConversion/chainedFunSuspendConversionForSimpleExpression.kt");
}
@Test
@TestMetadata("inGenericArgument.kt")
public void testInGenericArgument() throws Exception {
runTest("compiler/testData/diagnostics/tests/suspendConversion/inGenericArgument.kt");
}
@Test
@TestMetadata("overloadResolutionBySuspendModifier.kt")
public void testOverloadResolutionBySuspendModifier() throws Exception {
@@ -33406,6 +33406,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/suspendConversion/chainedFunSuspendConversionForSimpleExpression.kt");
}
@Test
@TestMetadata("inGenericArgument.kt")
public void testInGenericArgument() throws Exception {
runTest("compiler/testData/diagnostics/tests/suspendConversion/inGenericArgument.kt");
}
@Test
@TestMetadata("overloadResolutionBySuspendModifier.kt")
public void testOverloadResolutionBySuspendModifier() throws Exception {