parent
7313465cba
commit
98cf95e5b5
|
|
@ -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 };
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user