TypeScript/tests/baselines/reference/templateStringWithEmbeddedModuloES6.types

6 lines
147 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedModuloES6.ts ===
var x = `abc${ 1 % 1 }def`;
>x : string
>1 % 1 : number