babel/test/fixtures/traceur/Destructuring/Error_InvalidCoverInitializedName.js
2015-01-04 19:40:09 +11:00

4 lines
48 B
JavaScript

// Error: :3:5: Unexpected token =
({x = 42});