diff --git a/src/lib/es5.d.ts b/src/lib/es5.d.ts index 14687838f6e..0f1a68de4c2 100644 --- a/src/lib/es5.d.ts +++ b/src/lib/es5.d.ts @@ -992,7 +992,6 @@ interface ReadonlyArray { * Combines two or more arrays. * @param items Additional items to add to the end of array1. */ - // TODO: https://github.com/Microsoft/TypeScript/issues/20454 concat(...items: (T[] | ReadonlyArray)[]): T[]; /** * Combines two or more arrays.