Closed baseTwo closed 3 months ago
This change introduced a bug where safe casting always emits a null expression
null
See null expression below
Update the ChangeType method to also check if it is possible to do safe casting (ie when a base is safely cast to a derived type)
ChangeType
This change introduced a bug where safe casting always emits a
null
expressionSee
null
expression belowUpdate the
ChangeType
method to also check if it is possible to do safe casting (ie when a base is safely cast to a derived type)