Skip to content

Commit

Permalink
Rename local
Browse files Browse the repository at this point in the history
  • Loading branch information
cston authored and github-actions committed Oct 3, 2024
1 parent ca2a0f0 commit c9360d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ internal bool ShouldBeTrackedForAnalysis(bool hasCompletePointsToAnalysisResult)
public bool HasConstantValue => Symbol switch
{
IFieldSymbol fieldSymbol => fieldSymbol.HasConstantValue,
ILocalSymbol local => local.HasConstantValue,
ILocalSymbol localSymbol => localSymbol.HasConstantValue,
_ => false,
};

Expand Down

0 comments on commit c9360d9

Please sign in to comment.