Open chbk opened 2 years ago
Thanks for spotting this!
It's a bug related to recursive types.
Similar issues keep popping up, because reflect
package cannot create recursive types
so they need to be emulated - and the emulation is not yet perfect.
However, this works:
Versions:
Related to #240