TypeScript/tests/baselines/reference/throwWithoutNewLine2.js

8 lines
89 B
TypeScript

//// [throwWithoutNewLine2.ts]
throw
a;
//// [throwWithoutNewLine2.js]
throw ;
a;