Deprecate tailRecursive in favor of tailrec
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
<!NO_TAIL_CALLS_FOUND!>tailRecursive fun foo()<!> {
|
||||
<!NO_TAIL_CALLS_FOUND!>tailrec fun foo()<!> {
|
||||
fun bar() {
|
||||
<!NON_TAIL_RECURSIVE_CALL!>foo<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user