K2: reproduce KT-65410 in diagnostic/BB tests

This commit is contained in:
Mikhail Glukhikh
2024-01-31 08:37:47 +01:00
committed by Space Team
parent b6c805bbb6
commit ba374a3978
18 changed files with 214 additions and 0 deletions
@@ -22853,6 +22853,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/j+k/primitiveOverrides/notNullAnnotated.kt");
}
@Test
@TestMetadata("removeAt.kt")
public void testRemoveAt() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt");
}
@Test
@TestMetadata("specializedMap.kt")
public void testSpecializedMap() throws Exception {
@@ -22859,6 +22859,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/j+k/primitiveOverrides/notNullAnnotated.kt");
}
@Test
@TestMetadata("removeAt.kt")
public void testRemoveAt() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/primitiveOverrides/removeAt.kt");
}
@Test
@TestMetadata("specializedMap.kt")
public void testSpecializedMap() throws Exception {