TypeScript/tests/baselines/reference/invalidThrowStatement.errors.txt

9 lines
235 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/statements/throwStatements/invalidThrowStatement.ts (2 errors) ====
throw;
~
!!! Expression expected.
export throw null;
~~~~~~
!!! Declaration or statement expected.