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

7 lines
329 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpression3.ts(1,1): error TS2304: Cannot find name 'Foo'.
==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpression3.ts (1 errors) ====
Foo(!/(\\?|&)adurl=/);
~~~
!!! error TS2304: Cannot find name 'Foo'.