TypeScript/tests/baselines/reference/templateStringWithEmbeddedCommentsES6.symbols
2015-04-15 16:44:20 -07:00

14 lines
619 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedCommentsES6.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.