==== tests/cases/conformance/parser/ecmascript5/Generics/parserObjectCreation1.ts (1 errors) ==== var autoToken: number[] = new Array(1); ~~~~~~~~~ !!! Type 'number[][]' is not assignable to type 'number[]': !!! Type 'number[]' is not assignable to type 'number'.