e0b6f12737
AbstractCompileKotlinAgainstMultifileKotlinTest is broken in this commit; will be fixed later
10 lines
79 B
Kotlin
Vendored
10 lines
79 B
Kotlin
Vendored
// FILE: 1.kt
|
|
|
|
fun box() = a.x
|
|
|
|
// FILE: 2.kt
|
|
|
|
package a
|
|
|
|
val x: String = "OK"
|