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

6 lines
222 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserEmptyParenthesizedExpression1.ts (1 errors) ====
function getObj() {
().toString();
~
!!! error TS1109: Expression expected.
}