Tests for KT-64640
Add generated test methods
This commit is contained in:
committed by
Space Team
parent
741c8eeba5
commit
cdcb3e4dcd
+6
@@ -38322,6 +38322,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
|||||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||||
|
public void testNewLinkedHashMapMethods() throws Exception {
|
||||||
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("newListMethods.kt")
|
@TestMetadata("newListMethods.kt")
|
||||||
public void testNewListMethods() throws Exception {
|
public void testNewListMethods() throws Exception {
|
||||||
|
|||||||
+6
@@ -38322,6 +38322,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
|||||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||||
|
public void testNewLinkedHashMapMethods() throws Exception {
|
||||||
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("newListMethods.kt")
|
@TestMetadata("newListMethods.kt")
|
||||||
public void testNewListMethods() throws Exception {
|
public void testNewListMethods() throws Exception {
|
||||||
|
|||||||
+6
@@ -36036,6 +36036,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
|||||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||||
|
public void testNewLinkedHashMapMethods() throws Exception {
|
||||||
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("newListMethods.kt")
|
@TestMetadata("newListMethods.kt")
|
||||||
public void testNewListMethods() throws Exception {
|
public void testNewListMethods() throws Exception {
|
||||||
|
|||||||
+6
@@ -36156,6 +36156,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
|||||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||||
|
public void testNewLinkedHashMapMethods() throws Exception {
|
||||||
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("newListMethods.kt")
|
@TestMetadata("newListMethods.kt")
|
||||||
public void testNewListMethods() throws Exception {
|
public void testNewListMethods() throws Exception {
|
||||||
|
|||||||
Generated
+6
@@ -38322,6 +38322,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
|||||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/implementationsForSequencedCollection.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||||
|
public void testNewLinkedHashMapMethods() throws Exception {
|
||||||
|
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("newListMethods.kt")
|
@TestMetadata("newListMethods.kt")
|
||||||
public void testNewListMethods() throws Exception {
|
public void testNewListMethods() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user