Display Quick Documentation for reserved words
#KT-9934 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
<caret>tailrec fun foo() {
|
||||
foo()
|
||||
}
|
||||
|
||||
//INFO: tailrec marks a function as <a href="http://kotlinlang.org/docs/reference/functions.html#tail-recursive-functions">tail-recursive</a> (allowing the compiler to replace recursion with iteration)
|
||||
Reference in New Issue
Block a user