Menu

#23 Improve unreachable code warning

open
nobody
None
5
2007-08-02
2007-08-02
No

Improve the unreachable code warning to detect the following:

if(true){
this.alert('true');
}
else{
this.alert('i cannot get here!');
}

Discussion


Log in to post a comment.