TypeScript/tests/cases/conformance/statements/throwStatements/invalidThrowStatement.ts

6 lines
65 B
TypeScript

// @allowUnreachableCode: true
throw;
export throw null;