mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NameMatcher checked if a StringLiteralExpr was a string segment in an interpolated string by checking if the parent expression was an InterpolatedStringLiteralExpr. That's only true pre-type-checking, and unlike global rename, local rename uses the type-checked AST.