mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
13 lines
276 B
Kotlin
Vendored
13 lines
276 B
Kotlin
Vendored
// IGNORE_BACKEND: JS_IR
|
|
// TODO: muted automatically, investigate should it be ran for JS or not
|
|
// DONT_RUN_GENERATED_CODE: JS
|
|
// IGNORE_BACKEND: JS
|
|
|
|
<!NO_TAIL_CALLS_FOUND!>tailrec fun noTails()<!> {
|
|
// nothing here
|
|
}
|
|
|
|
fun box(): String {
|
|
noTails()
|
|
return "OK"
|
|
} |