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
@@ -0,0 +1,7 @@
// FILE: 1.kt
// File names are important! This file should come before the other one
// in a lexicographic order.
const val x = "OK"
// FILE: 2.kt
fun box() = x