Unverified Commit b274b319 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

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: default avatarAlbert Magyar <albert.magyar@gmail.com>
parent 94d1bee4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment