configure rename with CLI (#2802)

This commit is contained in:
Alex Lam S.L
2018-01-17 15:12:22 +08:00
committed by GitHub
parent 79cfac77bd
commit cff3bf4914
3 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
function f(x) {
return g(x);
function g(x) {
return x;
}
}