Bug Report
🔎 Search Terms
instantiation expression semicolon
🕗 Version & Regression Information
- This is a bug of new syntax that is landed in TS 4.7
⏯ Playground Link
Playground link with relevant code
💻 Code
const foo = func<string>
let bar;
🙁 Actual behavior
Syntax error Cannot find name 'let'.(2304)
🙂 Expected behavior
Parsing successfully