diff --git a/newfile.js b/newfile.js index 3558b07..e790516 100644 --- a/newfile.js +++ b/newfile.js @@ -1,4 +1,4 @@ -function a(x) { +function b(x) { if (true) { return x; // 1st path } else if (false) {