Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
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
2
import os
3
// between
4
import rand
5
// first between
6
// second between
7
import semver
8
// after the last import
9
// also after the last import
10
11
// this comment does not belong to the imports anymore
12