@@ -2440,8 +2440,8 @@ issue_1865: {
|
|||||||
unsafe: true,
|
unsafe: true,
|
||||||
}
|
}
|
||||||
input: {
|
input: {
|
||||||
function f(a) {
|
function f(some) {
|
||||||
a.b = false;
|
some.thing = false;
|
||||||
}
|
}
|
||||||
console.log(function() {
|
console.log(function() {
|
||||||
var some = { thing: true };
|
var some = { thing: true };
|
||||||
@@ -2450,8 +2450,8 @@ issue_1865: {
|
|||||||
}());
|
}());
|
||||||
}
|
}
|
||||||
expect: {
|
expect: {
|
||||||
function f(a) {
|
function f(some) {
|
||||||
a.b = false;
|
some.thing = false;
|
||||||
}
|
}
|
||||||
console.log(function() {
|
console.log(function() {
|
||||||
var some = { thing: true };
|
var some = { thing: true };
|
||||||
|
|||||||
Reference in New Issue
Block a user