We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
declare function use(x: any); function f(x) { switch(x) { case 1: let x = 1; case 2: x = 2; // should be error because of TDZ } }
probably lo-pri, should be fixed if / when we add definite assignment check