[PRISM] Pre-concatenate Strings in InterpolatedStringNode
This commit concatenates String VALUEs within InterpolatedStringNodes to allow us to preserve frozenness of concatenated strings such as "a""b"
"a""b"
Co-authored-by: Aaron Patterson [email protected]
[PRISM] Pre-concatenate Strings in InterpolatedStringNode
This commit concatenates String VALUEs within
InterpolatedStringNodes to allow us to preserve frozenness of
concatenated strings such as
"a""b"
Co-authored-by: Aaron Patterson [email protected]