DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.1.6%2Bds1-1 / tests / baselines / reference / invalidThrowStatement.js
123456789
//// [invalidThrowStatement.ts] throw; export throw null; //// [invalidThrowStatement.js] throw ; throw null;