TypeScript/tests/baselines/reference/unicodeExtendedEscapesInRegularExpressions19_ES5.types

6 lines
147 B
Text
Raw Normal View History

=== tests/cases/conformance/es6/unicodeExtendedEscapes/unicodeExtendedEscapesInRegularExpressions19_ES5.ts ===
var x = /\u{}/g;
>x : RegExp