Closed
Description
When the generated code constructs the model class it uses null propagation to get the corresponding property from the original model instance, thereby attempting to pass in a nullable version of the expected property type.
An example of where this issue can be seen is in login_extended. It's only not an issue in this instance because LoginExtended.unAnnotated
is nullable, but if it's changed to non-nullable it would cause a compile time error.
The one example I've seen where it set the model as nullable, and therefore doesn't require null propagation when accessing it's properties, is in profile, but I don't know how to replicate.
Metadata
Metadata
Assignees
Labels
No labels