<!-- BUGS: Please use this template. --> <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 2.5.2 **Code** ```ts const label:HTMLLabelElement = (<HTMLLabelElement>document.querySelector('label')); const input:HTMLInputElement = (<HTMLInputElement>label.control); ``` **Expected behavior:** Work -> https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement **Actual behavior:** Error TS2339