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

6 lines
106 B
JavaScript

// Error: :5:17: Unexpected token ,
// Error: :5:12: Unexpected token ...
{
let f = (...xs, x) => xs;
}