mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: rename test assing -> assign (#16446)
This commit is contained in:
parent
9bb1867be0
commit
b60132d2ac
@ -1,4 +1,4 @@
|
|||||||
vlib/v/checker/tests/assing_none.vv:2:9: error: cannot assign a `none` value to a variable
|
vlib/v/checker/tests/assign_none.vv:2:9: error: cannot assign a `none` value to a variable
|
||||||
1 | fn main() {
|
1 | fn main() {
|
||||||
2 | val := none
|
2 | val := none
|
||||||
| ~~~~
|
| ~~~~
|
Loading…
Reference in New Issue
Block a user