diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-09-02 18:41:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 01:41:10 +0800 |
commit | 375ebe316d8ff1a421c1cafc95d64e3377f7737b (patch) | |
tree | baa24cfb6cb1b5f6fef5765bda97eeca71a31389 /test/input/reduce/label.js | |
parent | 2500930234304c89d6b9a87cb95fe07d1a8bc6c5 (diff) | |
download | tracifyjs-375ebe316d8ff1a421c1cafc95d64e3377f7737b.tar.gz tracifyjs-375ebe316d8ff1a421c1cafc95d64e3377f7737b.zip |
enhance `join_vars` (#4089)
Diffstat (limited to 'test/input/reduce/label.js')
-rw-r--r-- | test/input/reduce/label.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/input/reduce/label.js b/test/input/reduce/label.js index aee57a40..5b0f0593 100644 --- a/test/input/reduce/label.js +++ b/test/input/reduce/label.js @@ -1,9 +1,3 @@ -var o = this; - -for (var k in o) L17060: { - a++; +UNUSED: { + console.log(0 - .1 - .1 - .1); } - -var a; - -console.log(k); |