diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-12-24 01:56:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 09:56:02 +0800 |
commit | 6988cd95584ce8b66716c17afad9d2dcc71717d0 (patch) | |
tree | f120244c759de2ecc2b53329602a2fd3569d4633 /test/input/reduce/diff_error.js | |
parent | 2390fae5c4b008aa1028ffdddaa071e4084ef8ac (diff) | |
download | tracifyjs-6988cd95584ce8b66716c17afad9d2dcc71717d0.tar.gz tracifyjs-6988cd95584ce8b66716c17afad9d2dcc71717d0.zip |
replace `keep_fargs` default to `false` (#4443)
Diffstat (limited to 'test/input/reduce/diff_error.js')
-rw-r--r-- | test/input/reduce/diff_error.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/input/reduce/diff_error.js b/test/input/reduce/diff_error.js index ba267c5c..467ee599 100644 --- a/test/input/reduce/diff_error.js +++ b/test/input/reduce/diff_error.js @@ -1,5 +1,5 @@ -(function f(a) { - do { - console.log(f.length); - } while (console.log(f += 0)); -})(); +console.log(function(undefined) { + return undefined[function() { + {} + }] || 1 + .1 + .1; +}(42)); |