This PR fixes some issues when we a class extends from a List and, in that case, we want to use the list directly. This is was working as an alias that didn't work because extending from a list/map needs extra implementations.
Apart of this, it fixes the case when a map value is ref of an any scalar.
This PR fixes some issues when we a class extends from a List and, in that case, we want to use the list directly. This is was working as an alias that didn't work because extending from a list/map needs extra implementations.
Apart of this, it fixes the case when a map value is ref of an
any
scalar.