Files
babel/test/fixtures/traceur/Syntax/Error_Arguments.js
Sebastian McKenzie 6a35bdb42b add traceur test suite
2015-01-04 19:40:09 +11:00

7 lines
63 B
JavaScript

// Error: :6:6: Unexpected token )
function f(x) {
}
f(x, );