Closed
Description
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