mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Fix singleton set literal
This commit is contained in:
@@ -116,7 +116,7 @@ module ActiveSupport {
|
||||
or
|
||||
exists(int i | i in [0 .. (mc.getNumberOfArguments() - 1)] |
|
||||
input = "Argument[" + i + "]" and
|
||||
output = ["ReturnValue.Element[?]"]
|
||||
output = "ReturnValue.Element[?]"
|
||||
)
|
||||
) and
|
||||
preservesValue = true
|
||||
|
||||
Reference in New Issue
Block a user