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

5 lines
161 B
Plaintext

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