Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/inlineOnly/noSmap.kt
T
2021-10-25 00:14:19 +03:00

14 lines
156 B
Kotlin
Vendored

// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// FILE: 1.kt
package test
inline fun stub() {
}
// FILE: 2.kt
fun box(): String {
return "KO".reversed()
}