before-comma.js 84 B

1234567
  1. const foo = {
  2. a: 'a' /* comment for this line */,
  3. /* Section B */
  4. b: 'b',
  5. };