mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -1,10 +1,8 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
|
||||
const (
|
||||
a = 3
|
||||
u = u64(1)
|
||||
)
|
||||
const a = 3
|
||||
const u = u64(1)
|
||||
|
||||
fn test_const() {
|
||||
b := (true && true) || false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue