JVM_IR: fix const reads from other files in same module

This commit is contained in:
pyos
2019-10-01 10:11:41 +02:00
committed by Alexander Udalov
parent eda4206428
commit 6e9ee2a46c
5 changed files with 23 additions and 2 deletions
@@ -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");