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

8 lines
78 B
JavaScript

// Error: 6:7: Unexpected token ;
function f(x) {
var x = 0;
x
++;
}