all: unwrap const() blocks

This commit is contained in:
Alexander Medvednikov 2023-11-25 10:02:51 +03:00
parent 399af6768d
commit f09826e928
436 changed files with 10448 additions and 11207 deletions

View file

@ -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