Improve the unreachable code warning to detect the following:
if(true){ this.alert('true'); } else{ this.alert('i cannot get here!'); }
Log in to post a comment.