C#: Fix issue with summaryElement predicate.

This commit is contained in:
Michael Nebel
2022-05-19 13:06:24 +02:00
parent 22b9ef2e7b
commit ff1e6637ac

View File

@@ -96,9 +96,7 @@ DataFlowType getCallbackReturnType(DataFlowType t, ReturnKind rk) {
* `input`, output specification `output`, kind `kind`, and a flag `generated`
* stating whether the summary is autogenerated.
*/
predicate summaryElement(
SummarizedCallable c, string input, string output, string kind, boolean generated
) {
predicate summaryElement(Callable c, string input, string output, string kind, boolean generated) {
exists(
string namespace, string type, boolean subtypes, string name, string signature, string ext
|