comment.js 93 B

1234567
  1. function foo() {
  2. return {
  3. // this comment causes the problem
  4. bar: baz() + 1
  5. };
  6. }