TypeScript/tests/baselines/reference/taggedTemplateStringsHexadecimalEscapesES6.types

10 lines
228 B
Text
Raw Normal View History

2015-02-21 14:48:10 +01:00
=== tests/cases/compiler/taggedTemplateStringsHexadecimalEscapesES6.ts ===
function f(...args: any[]) {
>f : (...args: any[]) => void
>args : any[]
}
f `\x0D${ "Interrupted CRLF" }\x0A`;
>f : (...args: any[]) => void