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

4 lines
201 B
Text

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedMultiplicationES6.ts ===
var x = `abc${ 7 * 6 }def`;
>x : Symbol(x, Decl(templateStringWithEmbeddedMultiplicationES6.ts, 0, 3))