TypeScript/tests/baselines/reference/restArgMissingName.errors.txt
2014-09-12 13:35:07 -07:00

8 lines
251 B
Plaintext

tests/cases/compiler/restArgMissingName.ts(1,18): error TS1003: Identifier expected.
==== tests/cases/compiler/restArgMissingName.ts (1 errors) ====
function sum (...) {}
~
!!! error TS1003: Identifier expected.