mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Rename parameter in fieldOf()
This commit is contained in:
@@ -80,9 +80,9 @@ module SummaryComponentStack {
|
||||
result = push(SummaryComponent::property(p), object)
|
||||
}
|
||||
|
||||
/** Gets a stack representing a field `f` of `of`. */
|
||||
SummaryComponentStack fieldOf(Field f, SummaryComponentStack of) {
|
||||
result = push(SummaryComponent::field(f), of)
|
||||
/** Gets a stack representing a field `f` of `object`. */
|
||||
SummaryComponentStack fieldOf(Field f, SummaryComponentStack object) {
|
||||
result = push(SummaryComponent::field(f), object)
|
||||
}
|
||||
|
||||
/** Gets a singleton stack representing the return value of a call. */
|
||||
|
||||
Reference in New Issue
Block a user