IR: Lower shared variables in enum entries (KT-46605)
This commit is contained in:
committed by
Alexander Udalov
parent
b78c645fb0
commit
60bc0f4baf
+6
@@ -14538,6 +14538,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/enum/kt44744_innerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46605.kt")
|
||||
public void testKt46605() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/enum/kt46605.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt7257.kt")
|
||||
public void testKt7257() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user