TypeScript/tests/baselines/reference/templateStringWithOpenCommentInStringPortion.types
2015-04-13 12:36:11 -07:00

7 lines
257 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithOpenCommentInStringPortion.ts ===
` /**head ${ 10 } // still middle ${ 20 } /* still tail `
>` /**head ${ 10 } // still middle ${ 20 } /* still tail ` : string
>10 : number
>20 : number