This repository has been archived by the owner on May 8, 2021. It is now read-only.
Fix return type if object is returned and not a scalar type by looking up original type #1
Labels
help wanted
Extra attention is needed
Basically, if not a scalar, but an object type is returned from AccessorFunction I want to look up to original T type, for an original nested type. For scalars, I want to keep the behavior I have.
More on the issue here:
https://stackoverflow.com/questions/55145634/how-to-make-type-lookup-to-original-type-to-defer-its-return-type
Will be glad if somebody can help me with that.
The text was updated successfully, but these errors were encountered: