mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
removing block literals in favor of implicit calls
This commit is contained in:
@@ -292,7 +292,6 @@ rule
|
||||
# The list of arguments to a function invocation.
|
||||
Arguments:
|
||||
CALL_START ArgList CALL_END { result = val[1] }
|
||||
| CALL_START ArgList CALL_END Code { result = val[1] << val[3] }
|
||||
;
|
||||
|
||||
# Calling super.
|
||||
|
||||
Reference in New Issue
Block a user