K2: reproduce KT-57889
This commit is contained in:
committed by
Space Team
parent
34f8851ac1
commit
f9a7a7fda2
+6
@@ -36688,6 +36688,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/inferCoroutineTypeInOldVersion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceFromLambdaReturnStatement.kt")
|
||||
public void testInferenceFromLambdaReturnStatement() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/inferenceFromLambdaReturnStatement.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceFromLambdaReturnType.kt")
|
||||
public void testInferenceFromLambdaReturnType() throws Exception {
|
||||
|
||||
+6
@@ -36688,6 +36688,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/inferCoroutineTypeInOldVersion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceFromLambdaReturnStatement.kt")
|
||||
public void testInferenceFromLambdaReturnStatement() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/inferenceFromLambdaReturnStatement.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inferenceFromLambdaReturnType.kt")
|
||||
public void testInferenceFromLambdaReturnType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user