IR: Lower shared variables in enum entries (KT-46605)

This commit is contained in:
Steven Schäfer
2021-05-17 12:33:09 +02:00
committed by Alexander Udalov
parent b78c645fb0
commit 60bc0f4baf
10 changed files with 61 additions and 4 deletions
@@ -10633,6 +10633,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
}
@TestMetadata("kt46605.kt")
public void testKt46605() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt46605.kt");
}
@TestMetadata("kt7257.kt")
public void testKt7257() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt7257.kt");
@@ -10039,6 +10039,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
}
@TestMetadata("kt46605.kt")
public void testKt46605() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt46605.kt");
}
@TestMetadata("kt7257.kt")
public void testKt7257() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt7257.kt");
@@ -10039,6 +10039,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
}
@TestMetadata("kt46605.kt")
public void testKt46605() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt46605.kt");
}
@TestMetadata("kt7257.kt")
public void testKt7257() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt7257.kt");
@@ -4902,6 +4902,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
}
@TestMetadata("kt46605.kt")
public void testKt46605() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt46605.kt");
}
@TestMetadata("kt7257.kt")
public void testKt7257() throws Exception {
runTest("compiler/testData/codegen/box/enum/kt7257.kt");