All tests for TCO moved to box (with diagnostics marked up)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<!NO_TAIL_CALLS_FOUND!>tailRecursive fun noTails()<!> {
|
||||
// nothing here
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
noTails()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user