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

6 lines
286 B
Plaintext

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