TypeScript/tests/baselines/reference/taggedTemplateStringsHexadecimalEscapesES6.symbols

10 lines
383 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/taggedTemplateStringsHexadecimalEscapesES6.ts ===
function f(...args: any[]) {
>f : Symbol(f, Decl(taggedTemplateStringsHexadecimalEscapesES6.ts, 0, 0))
>args : Symbol(args, Decl(taggedTemplateStringsHexadecimalEscapesES6.ts, 0, 11))
}
f `\x0D${ "Interrupted CRLF" }\x0A`;
>f : Symbol(f, Decl(taggedTemplateStringsHexadecimalEscapesES6.ts, 0, 0))