TypeScript/tests/baselines/reference/restArgMissingName.errors.txt

5 lines
147 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/restArgMissingName.ts (1 errors) ====
function sum (...) {}
~
!!! Identifier expected.