mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
force snake_case in struct fields
This commit is contained in:
7
vlib/builtin/int_test.v
Normal file
7
vlib/builtin/int_test.v
Normal file
@@ -0,0 +1,7 @@
|
||||
const (
|
||||
a = 3
|
||||
)
|
||||
|
||||
fn test_const() {
|
||||
assert a == 3
|
||||
}
|
Reference in New Issue
Block a user