Files
coffeescript/test/fixtures/generation/inner_comments.coffee

15 lines
156 B
CoffeeScript

object: {
a: 1
# Comments between the elements.
b: 2
# Like this.
c: 3
}
array: [
1
# Comments between the elements.
2
# Like this.
3
]