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