TypeScript/tests/baselines/reference/invalidThrowStatement.js

11 lines
121 B
TypeScript

//// [invalidThrowStatement.ts]
throw;
export throw null;
//// [invalidThrowStatement.js]
throw ;
throw null;