DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / throwWithoutNewLine2.js
123456789
//// [tests/cases/compiler/throwWithoutNewLine2.ts] //// //// [throwWithoutNewLine2.ts] throw a; //// [throwWithoutNewLine2.js] throw ; a;