v2 / vlib / v / fmt / tests / import_comments_keep.vv
11 lines · 10 sloc · 237 bytes · 788520eb52709ded364597962b186b421336ba8d
Raw
1// import time This should be commented out
2import os
3// between
4import rand
5// first between
6// second between
7import semver
8// after the last import
9// also after the last import
10
11// this comment does not belong to the imports anymore
12