TypeScript/tests/baselines/reference/parserErrorRecovery_VariableList1.js

8 lines
125 B
TypeScript

//// [parserErrorRecovery_VariableList1.ts]
var a,
return;
//// [parserErrorRecovery_VariableList1.js]
var a;
return;