Removing @json on only the base object gives a compile error:
FAILURE Class DerivedObject extends its parent class BaseObject, but BaseObject does not include a @json or @serializable decorator! Add the decorator and rebuild.
I would expect either to give a compiler error, actually.
json-as
version 0.8.3 has a bug. Consider:The test fails with:
Workarounds attempted:
Removing
@json
on only the derived object gives:Removing
@json
on only the base object gives a compile error:I would expect either to give a compiler error, actually.