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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.