Skip to content

Commit

Permalink
rename input function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yulanggong committed May 26, 2020
1 parent 68da307 commit 3488a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
function test(b) {
function c(b) {
var a = b + 1,
a = a + 1,
a = a + 1;
Expand Down
@@ -1,4 +1,4 @@
function test(b) {
function c(b) {
var _a = b + 1,
_a = _a + 1,
_a = _a + 1;
Expand Down

0 comments on commit 3488a84

Please sign in to comment.