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

6 lines
159 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringInBinaryAddition.ts ===
var x = 10 + `abc${ 10 }def`;
>x : string
>10 + `abc${ 10 }def` : string