TypeScript/tests/baselines/reference/parserRegularExpression3.errors.txt

7 lines
329 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpression3.ts(1,1): error TS2304: Cannot find name 'Foo'.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpression3.ts (1 errors) ====
Foo(!/(\\?|&)adurl=/);
~~~
!!! error TS2304: Cannot find name 'Foo'.