<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ --> vscode 1.51.1 ts 4.0.5 & 4.2.0-dev.20201123 ```ts declare const key: string; declare const value: string; declare const Classes: { [key: string]: any }; const k = value.slice(0, value.indexOf("<")); new Classes[value.slice(0, value.indexOf("<"))](); ``` 