=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedInOperatorES6.ts === var x = `abc${ "hi" in { hi: 10, hello: 20} }def`; >x : Symbol(x, Decl(templateStringWithEmbeddedInOperatorES6.ts, 0, 3)) >hi : Symbol(hi, Decl(templateStringWithEmbeddedInOperatorES6.ts, 0, 24)) >hello : Symbol(hello, Decl(templateStringWithEmbeddedInOperatorES6.ts, 0, 32))