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