K2: reproduce KT-65410 in diagnostic/BB tests
This commit is contained in:
committed by
Space Team
parent
b6c805bbb6
commit
ba374a3978
+6
@@ -22859,6 +22859,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
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 {
|
||||
|
||||
+6
@@ -8242,6 +8242,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtInJava.kt")
|
||||
public void testRemoveAtInJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeAtInJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtInt.kt")
|
||||
public void testRemoveAtInt() throws Exception {
|
||||
|
||||
+6
@@ -22859,6 +22859,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
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 {
|
||||
|
||||
+6
@@ -8242,6 +8242,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/collections/removeAtBridgeClashWithJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtInJava.kt")
|
||||
public void testRemoveAtInJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/removeAtInJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtInt.kt")
|
||||
public void testRemoveAtInt() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user