Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
var x = "outside";
|
||||
|
||||
function outer() {
|
||||
var a = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {
|
||||
return eval("x");
|
||||
};
|
||||
return function () {
|
||||
var x = "inside";
|
||||
return a();
|
||||
}();
|
||||
}
|
||||
|
||||
outer();
|
||||
Reference in New Issue
Block a user