[Tests] Convert diagnostics test for #KT-65555 to box test
This commit is contained in:
committed by
Space Team
parent
fd66e5d5b8
commit
365973f03a
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user