==== tests/cases/conformance/parser/ecmascript5/parserObjectCreationArrayLiteral3.ts (2 errors) ==== new Foo[](); ~~ !!! 'new T[]' cannot be used to create an array. Use 'new Array()' instead. ~~~ !!! Cannot find name 'Foo'.