added maximum nested call limit
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
fun k(k)
|
||||
return k();
|
||||
|
||||
k(k);
|
||||
|
||||
fun x(a, b, c)
|
||||
print(a, b, c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user