TypeScript/tests/baselines/reference/taggedTemplateStringsWithUnicodeEscapes.symbols

10 lines
396 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/taggedTemplateStringsWithUnicodeEscapes.ts ===
function f(...args: any[]) {
>f : Symbol(f, Decl(taggedTemplateStringsWithUnicodeEscapes.ts, 0, 0))
>args : Symbol(args, Decl(taggedTemplateStringsWithUnicodeEscapes.ts, 0, 11))
}
f `'\u{1f4a9}'${ " should be converted to " }'\uD83D\uDCA9'`;
>f : Symbol(f, Decl(taggedTemplateStringsWithUnicodeEscapes.ts, 0, 0))