JS/Inlining: introduce removal of unused variables
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
function box() {
|
||||
var a = 2;
|
||||
|
||||
return "OK";
|
||||
}
|
||||
Reference in New Issue
Block a user