TypeScript/tests/baselines/reference/parserErrorRecovery_Block1.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
228 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/Blocks/parserErrorRecovery_Block1.ts (1 errors) ====
function f() {
1 +
return;
~~~~~~
!!! error TS1109: Expression expected.
}