TypeScript/tests/baselines/reference/throwWithoutNewLine1.js

6 lines
82 B
JavaScript

//// [throwWithoutNewLine1.ts]
throw
//// [throwWithoutNewLine1.js]
throw ;