TypeScript/tests/baselines/reference/parserRegularExpressionDivideAmbiguity3.errors.txt
2014-07-12 17:30:19 -07:00

4 lines
233 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegularExpressions/parserRegularExpressionDivideAmbiguity3.ts (1 errors) ====
if (1) /regexp/a.foo();
~~~
!!! Property 'foo' does not exist on type 'RegExp'.