TypeScript/tests/baselines/reference/templateStringWithEmbeddedUnaryPlus.types

7 lines
175 B
Plaintext
Raw Normal View History

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