Args are already nullable in function call.
This commit is contained in:
parent
386bf40374
commit
2da9bdbb79
|
@ -114,7 +114,7 @@ case_stmt:
|
||||||
expression COLON NEWLINE statements
|
expression COLON NEWLINE statements
|
||||||
;
|
;
|
||||||
fun_call:
|
fun_call:
|
||||||
FUNCALL ID args | FUNCALL ID
|
FUNCALL ID args
|
||||||
;
|
;
|
||||||
abort_stmt:
|
abort_stmt:
|
||||||
ABORT
|
ABORT
|
||||||
|
|
Reference in New Issue
Block a user