-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[IDE] Reference appendInterpolation calls in string interpolation #86166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@hamishknight @rintaro Can I please get a review on this? |
hamishknight
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we ought to see if we can handle this more generally
|
@hamishknight Yep, that general approach looks cleaner, which the small wrinkle that we need a check for ConstructorDecl now. |
hamishknight
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more comment, LGTM otherwise
Fix missing references to `appendInterpolation` functions called implicitly in string interpolations. Fixes swiftlang#56189
|
@swift-ci please test |
Fix missing references to
appendInterpolationfunctions called implicitly in string interpolations.Fixes #56189