TypeScript/tests/baselines/reference/taggedTemplateStringsPlainCharactersThatArePartsOfEscapes01.types

15 lines
489 B
Plaintext
Raw Normal View History

2015-02-26 12:01:19 +01:00
=== tests/cases/conformance/es6/templates/taggedTemplateStringsPlainCharactersThatArePartsOfEscapes01.ts ===
function f(...x: any[]) {
>f : (...x: any[]) => void
>x : any[]
2015-02-26 12:01:19 +01:00
}
f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n`
2015-04-13 21:36:11 +02:00
>f `0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n` : void
>f : (...x: any[]) => void
2015-04-13 21:36:11 +02:00
>`0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2028 2029 0085 t v f b r n` : string
2015-02-26 12:01:19 +01:00