8 lines
312 B
ReStructuredText
8 lines
312 B
ReStructuredText
|
|
.. comment: generated by t_lint_notredop_bad
|
||
|
|
.. code-block::
|
||
|
|
|
||
|
|
%Error-NOTREDOP: example.v:1:17 Logical not directly before reduction operator is illegal
|
||
|
|
: ... Suggest use parentheses, e.g. '!(|expr)'
|
||
|
|
12 | assign y[0] = !|v;
|
||
|
|
| ^
|