summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/fixture03.out
blob: 524e77abbbb394a939071299943354578f7a06d8 (plain)
1
2
3
4
5
const a = "a";
const d = {
    a
};
console.log(d);