TypeScript/tests/baselines/reference/taggedTemplateStringsWithMultilineTemplateES6.types

15 lines
243 B
Plaintext
Raw Normal View History

2015-02-21 14:48:10 +01:00
=== tests/cases/compiler/taggedTemplateStringsWithMultilineTemplateES6.ts ===
function f(...args: any[]): void {
>f : (...args: any[]) => void
>args : any[]
2015-02-21 14:48:10 +01:00
}
f `
2015-04-13 21:36:11 +02:00
>f `\` : void
>f : (...args: any[]) => void
2015-04-13 21:36:11 +02:00
>`\` : string
2015-02-21 14:48:10 +01:00
\
`;