<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 2.7.0-dev.20171031, 2.6.1 (Regression from 2.5.3) **Expected behavior:** Variables with names that begin with an underscore do not cause an error if not used. **Actual behavior:** components/panel/panel.ts(22,11): error TS6133: '_someVariable' is declared but its value is never read.