Files
kotlin-fork/compiler/testData/codegen/box/regressions/internalTopLevelOtherPackage.kt
T

10 lines
88 B
Kotlin
Vendored

// FILE: 1.kt
fun box() = a.x
// FILE: 2.kt
package a
internal val x: String = "OK"