mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Ruby: update CSV rows to dot-separated syntax
This commit is contained in:
@@ -61,7 +61,7 @@ private class SplatSummary extends SummarizedCallable {
|
||||
(
|
||||
// *1 = [1]
|
||||
input = "Receiver" and
|
||||
output = "ArrayElement[0] of ReturnValue"
|
||||
output = "ReturnValue.ArrayElement[0]"
|
||||
or
|
||||
// *[1] = [1]
|
||||
input = "Receiver" and
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user