mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
8 lines
163 B
Kotlin
Vendored
8 lines
163 B
Kotlin
Vendored
// FILE: 1.kt
|
|
// File names are important! This file should come before the other one
|
|
// in a lexicographic order.
|
|
const val x = "OK"
|
|
|
|
// FILE: 2.kt
|
|
fun box() = x
|