[box-tests] Added test

This commit is contained in:
Igor Chevdar
2021-04-21 17:25:38 +05:00
parent eb1dcdb344
commit 7dcdbf283b
9 changed files with 96 additions and 0 deletions
@@ -10483,6 +10483,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject.kt");
}
@TestMetadata("initEntriesInCompanionObject2.kt")
public void testInitEntriesInCompanionObject2() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject2.kt");
}
@TestMetadata("initEntriesInValueOf.kt")
public void testInitEntriesInValueOf() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInValueOf.kt");
@@ -9894,6 +9894,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject.kt");
}
@TestMetadata("initEntriesInCompanionObject2.kt")
public void testInitEntriesInCompanionObject2() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject2.kt");
}
@TestMetadata("initEntriesInValueOf.kt")
public void testInitEntriesInValueOf() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInValueOf.kt");
@@ -9894,6 +9894,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject.kt");
}
@TestMetadata("initEntriesInCompanionObject2.kt")
public void testInitEntriesInCompanionObject2() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject2.kt");
}
@TestMetadata("initEntriesInValueOf.kt")
public void testInitEntriesInValueOf() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInValueOf.kt");
@@ -4792,6 +4792,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject.kt");
}
@TestMetadata("initEntriesInCompanionObject2.kt")
public void testInitEntriesInCompanionObject2() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInCompanionObject2.kt");
}
@TestMetadata("initEntriesInValueOf.kt")
public void testInitEntriesInValueOf() throws Exception {
runTest("compiler/testData/codegen/box/enum/initEntriesInValueOf.kt");