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

6 lines
167 B
Plaintext

=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedTypeOfOperatorES6.ts ===
var x = `abc${ typeof "hi" }def`;
>x : string
>typeof "hi" : string