FE: split one more test "buildList type argument is inferred into upper bound"

Related to KT-48445, KT-56169
This commit is contained in:
Mikhail Glukhikh
2023-03-14 12:46:49 +01:00
committed by Space Team
parent 97bec59bc9
commit 980ab41ef1
8 changed files with 180 additions and 28 deletions
@@ -36948,6 +36948,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundForbidden.kt");
}
@Test
@TestMetadata("buildListToUpperBoundInLazy.kt")
public void testBuildListToUpperBoundInLazy() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazy.kt");
}
@Test
@TestMetadata("buildListToUpperBoundInLazyForbidden.kt")
public void testBuildListToUpperBoundInLazyForbidden() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/buildListToUpperBoundInLazyForbidden.kt");
}
@Test
@TestMetadata("completeIrrelevantCalls.kt")
public void testCompleteIrrelevantCalls() throws Exception {
@@ -36972,12 +36984,6 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/inferCoroutineTypeInOldVersion.kt");
}
@Test
@TestMetadata("kt48445.kt")
public void testKt48445() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/builderInference/kt48445.kt");
}
@Test
@TestMetadata("resolveUsualCallWithBuilderInference.kt")
public void testResolveUsualCallWithBuilderInference() throws Exception {