satyr / coco

Unfancy CoffeeScript
http://satyr.github.com/coco/
MIT License
498 stars 48 forks source link

Undeclared clobbering destructuring throws error on undefined line #220

Closed qqueue closed 11 years ago

qqueue commented 11 years ago

http://satyr.github.io/cup/#c:var%20a%0A%0A{a,%20b}%20:=%20stuff

var a

{a, b} := stuff

SyntaxError: assignment to undeclared "b" on line undefined