mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
Fixing #773. Statements cannot be wrapped in parens (as in JS).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Basic exception throwing.
|
||||
block = -> (throw 'up')
|
||||
block = -> throw 'up'
|
||||
throws block, 'up'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user