console.log([].concat(0, 123))
I've no clue what the error means
No overload matches this call.
Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type '0' is not assignable to parameter of type 'ConcatArray<never>'.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type '0' is not assignable to parameter of type 'ConcatArray<never>'.ts(2769)
I assign to a variable and declare any type I still see the error.