On 02/06/2021 19:24, Rémi Forax wrote:
I foolishly hoped that nobody would subclass a class with `Immutable` in its name, oh boy i was wrong:)
There's nothing wrong in subclassing an immutable class. As long as the subclass keeps being immutable. Was it subclassed and made mutable by that?
Peter