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

3 lines
65 B
JavaScript

// Error: :3:18: Unexpected token =
var f = ({x = {y = 1}) => 2;