TypeScript/tests/baselines/reference/throwWithoutNewLine1.js

6 lines
82 B
JavaScript
Raw Normal View History

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