TypeScript/tests/baselines/reference/parserErrorRecovery_Block1.errors.txt
2014-07-12 17:30:19 -07:00

7 lines
214 B
Plaintext

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