[SR-13792] Index store should relate appendInterpolation from string literals #56189
Labels
expressions
Feature: expressions
feature
A feature request or implementation
indexing
Area → source tooling: AST indexing
interpolated strings
Feature → expressions → literals → string literals: interpolated strings
literals
Feature → expressions: Literals such as an integer or string literal
source tooling
Area: IDE support, SourceKit, and other source tooling
string literals
Feature → expressions → literals: String literals
String
Area → standard library: The `String` type
swift 5.9
Additional Detail from JIRA
md5: 0896b2e76fc58c37c42a995dde600eea
Issue Description:
Given the following code:
The index store could include a relation from the
someFunc()
occurrence toappendInterpolation(test:)
. For the purposes of identifying unused code, it's not currently possible to identify thatappendInterpolation(test:)
is used in the string interpolation.The text was updated successfully, but these errors were encountered: