Comment #0 by snarwin+bugzilla — 2021-03-13T14:46:06Z
Example code:
---
SumType!int x;
x == 123;
---
Error message:
---
src/sumtype.d(587,11): Error: void has no value
src/sumtype.d(587,39): Error: void has no value
---
This is confusing, because the actual error is that it is not valid to compare a `SumType!int` with an `int`.