5 lines
53 B
Kotlin
Vendored
5 lines
53 B
Kotlin
Vendored
// FILE: a.kt
|
|
val x = 1
|
|
|
|
// FILE: b.kt
|
|
fun getX() = 1 |