TypeScript/tests/baselines/reference/parser579071.types

6 lines
174 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser579071.ts ===
var x = /fo(o/;
2015-04-13 23:01:57 +02:00
>x : RegExp, Symbol(x, Decl(parser579071.ts, 0, 3))
2015-04-13 21:36:11 +02:00
>/fo(o/ : RegExp
2014-08-15 23:33:16 +02:00