[Tests] Convert diagnostics test for #KT-65555 to box test

This commit is contained in:
Kirill Rakhman
2024-02-15 13:42:17 +01:00
committed by Space Team
parent fd66e5d5b8
commit 365973f03a
18 changed files with 86 additions and 38 deletions
@@ -7097,6 +7097,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/collections/kt48945c.kt");
}
@TestMetadata("kt65555.kt")
public void testKt65555() {
runTest("compiler/testData/codegen/box/collections/kt65555.kt");
}
@TestMetadata("mutableList.kt")
public void testMutableList() {
runTest("compiler/testData/codegen/box/collections/mutableList.kt");