Open dan-fritchman opened 1 year ago
Observed a case where this works:
@h.module class M: a = h.Diff() b = h.Diff()
But this fails:
@h.module class M: a, b = 2 * h.Diff()
Seemingly something in how that multiplication operator is copying the bundle instance.
Observed a case where this works:
But this fails:
Seemingly something in how that multiplication operator is copying the bundle instance.