Ensure InlineCasts does not inline complex Expressions (#2130)
Previously, InlineCasts could inline complex (ie. non-cast) Expressions
into other complex Expressions. Now it will only inline so long as there
no more than 1 complex Expression in the current nested Expression.
Co-authored-by:
Albert Magyar <albert.magyar@gmail.com>
parent
94d1bee4
Please register or sign in to comment