v2 / vlib / v / fmt / tests / consts_with_comments_input.vv
11 lines · 8 sloc · 139 bytes · 5a752c9a2d1d6232cc809f0087a8be42692279f3
Raw
1// leave
2const one = 1 // leave
3// leave
4
5const two = 2 /* move
6*/
7
8const three = 3 // rewrite and leave
9
10// leave
11const four = 4 // leave
12