Files
kotlin-fork/compiler/testData/codegen/box/properties/const/anotherFile.kt
T
2019-11-19 11:00:09 +03:00

9 lines
193 B
Kotlin
Vendored

// IGNORE_BACKEND_FIR: JVM_IR
// 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