TypeScript/tests/baselines/reference/parserRegularExpression3.errors.txt
2014-09-11 16:11:08 -07:00

4 lines
190 B
Plaintext

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