The Kotlin docs state that only Kotlin/JVM support...
# kotlin-native
s
The Kotlin docs state that only Kotlin/JVM supports tailrec functions. Is this still accurate? Kotlin/JS seems to support them, and I can’t test native at the moment. (source: https://kotlinlang.org/docs/reference/functions.html#tail-recursive-functions)
o
Kotlin/Native supported it from the very beginning