vq / vlib / v / fmt / tests / consts_with_comments_end_keep.vv
3 lines · 3 sloc · 62 bytes
Raw
1const a = 'a' // hello
2const b = 'b' // comment
3const c = 'c'
4