You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varhtmlElement:HTMLElement=getElement()// varoffsetParent=htmlElement.offsetParent;if(offsetParentinstanceofHTMLElement){htmlElement=offsetParent;// OK!}// alternatively this will cause an error:if(htmlElement.offsetParentinstanceofHTMLElement){htmlElement=htmlElement.offsetParent;// ERROR: Assigned expression type Element is not assignable to type HTMLElement }
The text was updated successfully, but these errors were encountered:
idoros
changed the title
reference instanceof narrowing inference not working on references
instanceof narrowing inference not working on references
Nov 20, 2015
The text was updated successfully, but these errors were encountered: