FE: split one more test "buildList type argument is inferred into upper bound"
Related to KT-48445, KT-56169
This commit is contained in:
committed by
Space Team
parent
97bec59bc9
commit
980ab41ef1
+12
-6
@@ -36948,6 +36948,18 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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 FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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 {
|
||||
|
||||
+12
-6
@@ -37044,6 +37044,18 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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 {
|
||||
@@ -37068,12 +37080,6 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user