Given the following example, can one explain why `...
# getting-started
p
Given the following example, can one explain why
when
is uncomplete? https://pl.kotl.in/uwOMcC-Fd
e
you want
is C1, is C2 ->
and not
is C1, C2 ->
but also your
Sub1
is not
sealed
, so it could be open to other implementations
☝️ 2
thank you color 1
p
Thanks, so
sealed class Sub1(): Base()
fixes it