TypeScript/tests/baselines/reference/functionCall15.errors.txt
2014-07-12 17:30:19 -07:00

4 lines
192 B
Plaintext

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