JVM_IR: fix const reads from other files in same module
This commit is contained in:
+5
@@ -18626,6 +18626,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anotherFile.kt")
|
||||
public void testAnotherFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/anotherFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constFlags.kt")
|
||||
public void testConstFlags() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constFlags.kt");
|
||||
|
||||
+5
@@ -18626,6 +18626,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anotherFile.kt")
|
||||
public void testAnotherFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/anotherFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constFlags.kt")
|
||||
public void testConstFlags() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constFlags.kt");
|
||||
|
||||
+5
@@ -17511,6 +17511,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("anotherFile.kt")
|
||||
public void testAnotherFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/anotherFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constFlags.kt")
|
||||
public void testConstFlags() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constFlags.kt");
|
||||
|
||||
Reference in New Issue
Block a user