14 lines
156 B
Kotlin
Vendored
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()
|
|
}
|