TypeScript/tests/baselines/reference/templateStringWithEmbeddedComments.types
2014-10-23 15:06:05 -07:00

14 lines
616 B
Plaintext

=== 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.