IR: Lower shared variables in enum entries (KT-46605)
This commit is contained in:
committed by
Alexander Udalov
parent
b78c645fb0
commit
60bc0f4baf
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user