Moved tests
that are used both for codegen & diagnostics to codegen/box/diagnostics
This commit is contained in:
+8
@@ -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