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