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");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("newLinkedHashMapMethods.kt")
|
||||
public void testNewLinkedHashMapMethods() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/testsWithJava21/newLinkedHashMapMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("newListMethods.kt")
|
||||
public void testNewListMethods() throws Exception {
|
||||
|
||||
+6
@@ -38322,6 +38322,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
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
|
||||
@TestMetadata("newListMethods.kt")
|
||||
public void testNewListMethods() throws Exception {
|
||||
|
||||
+6
@@ -36036,6 +36036,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
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
|
||||
@TestMetadata("newListMethods.kt")
|
||||
public void testNewListMethods() throws Exception {
|
||||
|
||||
+6
@@ -36156,6 +36156,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
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
|
||||
@TestMetadata("newListMethods.kt")
|
||||
public void testNewListMethods() throws Exception {
|
||||
|
||||
Generated
+6
@@ -38322,6 +38322,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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
|
||||
@TestMetadata("newListMethods.kt")
|
||||
public void testNewListMethods() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user