mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
fixing empty catch clauses ... Issue #470
This commit is contained in:
@@ -28,4 +28,11 @@ ok result is 5
|
||||
try
|
||||
# nothing
|
||||
catch err
|
||||
#nothing
|
||||
# nothing
|
||||
|
||||
try
|
||||
# nothing
|
||||
finally
|
||||
# nothing
|
||||
|
||||
ok yes
|
||||
Reference in New Issue
Block a user