mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: add tests for v where
; improve usability (#15059)
This commit is contained in:

committed by
GitHub

parent
89a757aba0
commit
4f997feee7
7
cmd/tools/vwhere/test/nested_mod/nested_file.v
Normal file
7
cmd/tools/vwhere/test/nested_mod/nested_file.v
Normal file
@ -0,0 +1,7 @@
|
||||
module nested_mod
|
||||
|
||||
pub const (
|
||||
a = 30
|
||||
b = 60
|
||||
c = 120
|
||||
)
|
Reference in New Issue
Block a user