mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gen: use new_map, new_map_init_1 functions (#7444)
This commit is contained in:
@@ -460,5 +460,6 @@ fn test_map_or() {
|
||||
'second': 2
|
||||
'third': 3
|
||||
}
|
||||
_ = m
|
||||
// num := m['first'] or { return }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user