if i’m trying to mark a `sealed class` hierarchy a...
# compose
g
if i’m trying to mark a
sealed class
hierarchy as
@Immutable
, should i annotate the base class, the subclasses, or both?
l
IIRC, the base class should be enough
👍 1
g
thanks leland!
l
let me know if you observe otherwise!
👍 1