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

8 lines
251 B
Plaintext
Raw Normal View History

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