TypeScript/tests/baselines/reference/templateStringWithEmbeddedComments.types

14 lines
616 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedComments.ts ===
`head${ // single line comment
No type information for this code.10
No type information for this code.}
No type information for this code.middle${
No type information for this code./* Multi-
No type information for this code. * line
No type information for this code. * comment
No type information for this code. */
No type information for this code. 20
No type information for this code. // closing comment
No type information for this code.}
No type information for this code.tail`;
No type information for this code.