1
0
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:
Sebastian Atlántico
2022-07-15 01:59:11 -03:00
committed by GitHub
parent 89a757aba0
commit 4f997feee7
8 changed files with 356 additions and 56 deletions

View File

@ -0,0 +1,7 @@
module nested_mod
pub const (
a = 30
b = 60
c = 120
)