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

7 lines
281 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity1.ts (2 errors) ====
1
/notregexp/a.foo();
~~~~~~~~~
!!! error TS2304: Cannot find name 'notregexp'.
~
!!! error TS2304: Cannot find name 'a'.