Skip to content

Commit

Permalink
update dead code tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed May 3, 2018
1 parent b7f2d70 commit 0ba8418
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
function foo(v) {
if (v) ;
console.log("hello", v);
if (v) var w = 10;
if (w) console.log("hello", v);
}

0 comments on commit 0ba8418

Please sign in to comment.