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

7 lines
219 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/Blocks/parserErrorRecovery_Block2.ts (1 errors) ====
function f() {
|
~
!!! error TS1129: Statement expected.
return;
}