Files

10 lines
88 B
Kotlin
Vendored

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