TypeScript/tests/cases/conformance/es6/templates/templateStringInTypeOf.ts

1 line
35 B
TypeScript
Raw Normal View History

var x = typeof `abc${ 123 }def`;