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

4 lines
139 B
Plaintext
Raw Normal View History

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