valentinkononov / ts-runtime-checker

Runtime Checks for Typescript projects
MIT License
8 stars 1 forks source link

Incorrect work with array spread #5

Open Semigradsky opened 4 years ago

Semigradsky commented 4 years ago

The correct call throws an error:

Parameters length: 1 is different from arguments length: 3
    @Typed()
    public x(...foo: number[]): void {