v/vlib/v/parser/tests/sum_type_exists_err.out

4 lines
180 B
Plaintext

vlib/v/parser/tests/sum_type_exists_err.vv:1:6: error: cannot register sum type `Option`, another type with this name exists
1 | type Option = string | int
| ~~~~~~