K2: reproduce KT-61933
This commit is contained in:
committed by
Space Team
parent
ad4d1a5ba8
commit
0c287c9945
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user