TypeScript/tests/baselines/reference/templateStringInBinaryAddition.types

6 lines
159 B
Text
Raw Normal View History

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