Is this a bug in Nullable or in compiler?
Andrey Zherikov
andrey.zherikov at gmail.com
Mon Nov 28 11:10:23 UTC 2022
If I replace `Nullable` with `SumType!(None,S)` then everything
works:
```d
struct None {}
struct S
{
SumType!(None,S) delegate() f;
}
```
More information about the Digitalmars-d
mailing list