mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Address review comments.
This commit is contained in:
@@ -226,8 +226,8 @@ private class OutParameter extends FunctionOutput, TOutParameter {
|
||||
}
|
||||
|
||||
override string toString() {
|
||||
index = -1 and result = "result"
|
||||
index = -1 and result = "receiver"
|
||||
or
|
||||
index >= 0 and result = "result " + index
|
||||
index >= 0 and result = "parameter " + index
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user