Not limited to variable declarations. **TypeScript Version:** 2.2.2 **Code** ```ts const { b } = new class { private ab; protected bc; }; ``` **Expected behavior:** No suggestion. **Actual behavior:** Suggested.