Deprecate tailRecursive in favor of tailrec
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!NO_TAIL_CALLS_FOUND!>tailRecursive fun test(go: Boolean) : Unit<!> {
|
||||
<!NO_TAIL_CALLS_FOUND!>tailrec fun test(go: Boolean) : Unit<!> {
|
||||
if (!go) return
|
||||
try {
|
||||
<!TAIL_RECURSION_IN_TRY_IS_NOT_SUPPORTED!>test<!>(false)
|
||||
|
||||
Reference in New Issue
Block a user