LemonBoy 4d4ab1e69a stage1: Fix comparison of unions containing zero-sized types
The code tried to be too smart and skipped the equality (returning true)
if the payload type was zero-sized.
This optimization is completely wrong when the union payload is a
metatype!

Fixes #7047
2020-11-10 17:21:49 -05:00
..
2020-10-31 12:21:49 +02:00
2020-10-28 17:46:26 +07:00
2020-10-12 18:56:25 -04:00