aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/symbols-bug.js
blob: f40ec8c504a9a03aa0dab278eccce7d3dfff9f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
var boom = {
  a: 2,
  b: "4",
  c: "6",
  d: "8",
  e: "10",
  f: 12,
  g: 14,
}["15"];

const foo = "bacon";
const james = "not-bacon";
const lordy = "sammy";
const boop = {
  hey: { foo },
};