TypeScript/tests/baselines/reference/parserObjectCreation2.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
310 B
Plaintext

tests/cases/conformance/parser/ecmascript5/Expressions/parserObjectCreation2.ts(1,9): error TS2304: Cannot find name 'Foo'.
==== tests/cases/conformance/parser/ecmascript5/Expressions/parserObjectCreation2.ts (1 errors) ====
new new Foo()()
~~~
!!! error TS2304: Cannot find name 'Foo'.