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
md5: f574b07894ad66cb3ff4472ecdd4b26d
relates to:
Issue Description:
The interface for ExpressibleByStringInterpolation provides no distinction between components of the literal format string and interpolation components whose type is String.
ExpressibleByStringInterpolation
String
The text was updated successfully, but these errors were encountered:
This bug corresponds to <rdar://18681780> (Swift StringInterpolationConvertible should differentiate between base string and string segments)
Sorry, something went wrong.
Resolved by SE-0228.
beccadax
No branches or pull requests
Additional Detail from JIRA
md5: f574b07894ad66cb3ff4472ecdd4b26d
relates to:
Issue Description:
The interface for
ExpressibleByStringInterpolation
provides no distinction between components of the literal format string and interpolation components whose type isString
.The text was updated successfully, but these errors were encountered: