=== tests/cases/conformance/es6/templates/templateStringInParenthesesES6.ts === var x = (`abc${0}abc`); >x : string >(`abc${0}abc`) : string