parent
d8106b6c63
commit
90ed54401b
|
|
@ -2101,8 +2101,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 };
|
||||||
|
|
@ -2111,8 +2111,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