KT-37505 Add box test
This commit is contained in:
Generated
+5
@@ -14831,6 +14831,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt3613.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37505.kt")
|
||||
public void testKt37505() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt37505.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4097.kt")
|
||||
public void testKt4097() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt4097.kt");
|
||||
|
||||
+5
@@ -14936,6 +14936,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt3613.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt37505.kt")
|
||||
public void testKt37505() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt37505.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4097.kt")
|
||||
public void testKt4097() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/kt4097.kt");
|
||||
|
||||
Reference in New Issue
Block a user