v2 / vlib / v / fmt / tests / block_with_blank_line_keep.vv
8 lines · 7 sloc · 84 bytes · 67d53aaac6d32ace1778fd085f2592f50bb3f7d4
Raw
1fn main() {
2 {
3 println('(1/3) My first small scope')
4 //
5 }
6
7 println('hello')
8}
9