checker: fix missing option variable checking when casting using as
operator
#8955
Annotations
9 errors
Self tests:
vlib/v/tests/options/option_concatexpr_test.v#L15
variable `b` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_concatexpr_test.v#L20
variable `b2` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_concatexpr_test.v#L25
variable `b3` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_sumtype_test.v#L11
variable `x` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L18
variable `d` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L19
variable `x` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L21
variable `d` is an Option, it must be unwrapped first
|
Self tests:
vlib/v/tests/options/option_unwrap_as_cast_test.v#L22
variable `x` is an Option, it must be unwrapped first
|
Self tests
Process completed with exit code 1.
|
Loading