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

4 lines
192 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/functionCall15.ts (1 errors) ====
function foo(a?:string, b?:number, ...b:number[]){}
~
!!! Duplicate identifier 'b'.