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.
TypeScript Version: 3.0.0-dev.20180712
Code
function f() { return E.A; enum E { A } }
Expected behavior:
No codefix, or codefix to move E out of the function.
E
Actual behavior:
Codefix removes E.
TypeScript Version: 3.0.0-dev.20180712
Code
Expected behavior:
No codefix, or codefix to move
Eout of the function.Actual behavior:
Codefix removes
E.