JS: Fix model of _.sortBy

This commit is contained in:
Asger F
2025-02-18 16:53:40 +01:00
parent 82a4b17218
commit 7486742c37

View File

@@ -278,7 +278,7 @@ module LodashUnderscore {
override predicate propagatesFlow(string input, string output, boolean preservesValue) {
input = "Argument[0].ArrayElement" and
output = ["Argument[1].Parameter[1]", "ReturnValue.ArrayElement"] and
output = ["Argument[1].Parameter[0]", "ReturnValue.ArrayElement"] and
preservesValue = true
}
}