Deprecate tailRecursive in favor of tailrec
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
== test ==
|
||||
tailRecursive fun test() : Int {
|
||||
tailrec fun test() : Int {
|
||||
try {
|
||||
// do nothing
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user