The isolated case should be somewhere along the lines of
const tpl = `safe`;
async function foo() {
bar.innerHTML = tpl;
}
If this one here above doesn't help, the original issues was at http://phabricator.services.mozilla.com/D223419#C8478574NL84
We do have tests for variable tracing within the same scope, so maybe that's just a limitation.