mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
first draft of mandatory parentheses around function definition param lists -- all tests pass
This commit is contained in:
@@ -12,7 +12,7 @@ print result is true and result2 is true
|
||||
|
||||
# Assign to conditional.
|
||||
|
||||
get_x: => 10
|
||||
get_x: () => 10
|
||||
|
||||
if x: get_x() then 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user