=== tests/cases/conformance/es6/templates/templateStringWithEmbeddedFunctionExpressionES6.ts === var x = `abc${ function y() { return y; } }def`; >x : Symbol(x, Decl(templateStringWithEmbeddedFunctionExpressionES6.ts, 0, 3)) >y : Symbol(y, Decl(templateStringWithEmbeddedFunctionExpressionES6.ts, 0, 14)) >y : Symbol(y, Decl(templateStringWithEmbeddedFunctionExpressionES6.ts, 0, 14))