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

4 lines
59 B
JavaScript

// Error: :3:13: Unexpected token ...
var f = (x, ...xs);