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
@@ -11899,6 +11899,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");