Well set is broken too, `ParentFoo` has an abstrac...
# announcements
k
Well set is broken too,
ParentFoo
has an abstract method
setFoo(value: ParentFoo)
and `ChildFoo`'s
setFoo(value: ChildFoo)
does not override that.
👍 3