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

4 lines
206 B
Plaintext

==== tests/cases/compiler/functionCall15.ts (1 errors) ====
function foo(a?:string, b?:number, ...b:number[]){}
~
!!! error TS2300: Duplicate identifier 'b'.