TypeScript/tests/baselines/reference/parserErrorRecovery_ParameterList4.errors.txt
2014-12-08 15:47:24 -08:00

8 lines
372 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList4.ts(1,14): error TS1127: Invalid character.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ParameterLists/parserErrorRecovery_ParameterList4.ts (1 errors) ====
function f(a,#) {
!!! error TS1127: Invalid character.
}