diff options
Diffstat (limited to 'cli/tests/bundle/fixture03.out')
-rw-r--r-- | cli/tests/bundle/fixture03.out | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tests/bundle/fixture03.out b/cli/tests/bundle/fixture03.out index d4c79e2ec..27d0a7a13 100644 --- a/cli/tests/bundle/fixture03.out +++ b/cli/tests/bundle/fixture03.out @@ -1,4 +1,6 @@ +const a = "a"; +const a1 = a; const d = { - a: "a" + a: a }; console.log(d); |