JVM_IR KT-43851 preserve static initialization order in const val read
This commit is contained in:
+5
@@ -21941,6 +21941,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constFlags.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constInObjectWithInit.kt")
|
||||
public void testConstInObjectWithInit() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constInObjectWithInit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constPropertyAccessor.kt")
|
||||
public void testConstPropertyAccessor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constPropertyAccessor.kt");
|
||||
|
||||
Reference in New Issue
Block a user