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
|
||||
;
|
||||
fun_call:
|
||||
FUNCALL ID args | FUNCALL ID
|
||||
FUNCALL ID args
|
||||
;
|
||||
abort_stmt:
|
||||
ABORT
|
||||
|
|
Reference in New Issue
Block a user