v/vlib/v/parser/tests/named_sum_type_none_err.out

4 lines
199 B
Plaintext

vlib/v/parser/tests/named_sum_type_none_err.vv:1:34: error: named sum type cannot have none as its variant
1 | type Abc = string | int | bool | none
| ~~~~