TypeScript/tests/baselines/reference/templateStringWithOpenCommentInStringPortion.types

7 lines
257 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithOpenCommentInStringPortion.ts ===
` /**head ${ 10 } // still middle ${ 20 } /* still tail `
2015-04-13 21:36:11 +02:00
>` /**head ${ 10 } // still middle ${ 20 } /* still tail ` : string
>10 : number
>20 : number