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.1.0-dev.20180810
Code
let x: boolean; ({ ["a" + "b"]: x } = 0); x = 0["a" + "b"];
Expected behavior:
Error on both lines.
Actual behavior:
Error only on 0["a" + "b"].
0["a" + "b"]