blob: 8c51a9a2cf97031505875200e9e8fc8c49f11dd0 [file]
// FILE: 1.kt
fun box() = a.x
// FILE: 2.kt
package a
internal val x: String = "OK"