improve handling of non-trivial assignment values (#5227)
This commit is contained in:
@@ -395,7 +395,8 @@ funarg_unused_6_keep_fargs: {
|
||||
}
|
||||
expect: {
|
||||
(function() {
|
||||
var {} = (console, 42);
|
||||
console;
|
||||
var {} = 42;
|
||||
})();
|
||||
console.log(typeof a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user