TypeScript/tests/baselines/reference/templateStringWithEmbeddedUnaryPlusES6.types

7 lines
178 B
Plaintext
Raw Normal View History

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