[Tests] Convert diagnostics test for #KT-65555 to box test
This commit is contained in:
committed by
Space Team
parent
fd66e5d5b8
commit
365973f03a
-6
@@ -29209,12 +29209,6 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt13355viaJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65555.kt")
|
||||
public void testKt65555() {
|
||||
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt65555.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9550.kt")
|
||||
public void testKt9550() {
|
||||
|
||||
+6
@@ -8206,6 +8206,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/collections/kt48945c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65555.kt")
|
||||
public void testKt65555() {
|
||||
runTest("compiler/testData/codegen/box/collections/kt65555.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableList.kt")
|
||||
public void testMutableList() {
|
||||
|
||||
-6
@@ -29209,12 +29209,6 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt13355viaJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65555.kt")
|
||||
public void testKt65555() {
|
||||
runTest("compiler/testData/diagnostics/tests/override/clashesOnInheritance/kt65555.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9550.kt")
|
||||
public void testKt9550() {
|
||||
|
||||
+6
@@ -8206,6 +8206,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/collections/kt48945c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt65555.kt")
|
||||
public void testKt65555() {
|
||||
runTest("compiler/testData/codegen/box/collections/kt65555.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableList.kt")
|
||||
public void testMutableList() {
|
||||
|
||||
Reference in New Issue
Block a user