v/vlib/v/fmt/tests/consts_with_comments_expect...

16 lines
140 B
V

// leave
const one = 1 // leave
// move
const two = 2
/*
move
*/
const three = 3 // rewrite and leave
// leave
const four = 4 // leave