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

4 lines
66 B
JavaScript

// Error: :3:15: Unexpected token +
var f = (a, b + 5) => a + b;