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