TypeScript/tests/baselines/reference/parserRegularExpressionDivideAmbiguity3.errors.txt
2014-09-12 13:35:07 -07:00

7 lines
426 B
Plaintext

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