Skip to content

Commit ff1e663

Browse files
committed
C#: Fix issue with summaryElement predicate.
1 parent 22b9ef2 commit ff1e663

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ DataFlowType getCallbackReturnType(DataFlowType t, ReturnKind rk) {
9696
* `input`, output specification `output`, kind `kind`, and a flag `generated`
9797
* stating whether the summary is autogenerated.
9898
*/
99-
predicate summaryElement(
100-
SummarizedCallable c, string input, string output, string kind, boolean generated
101-
) {
99+
predicate summaryElement(Callable c, string input, string output, string kind, boolean generated) {
102100
exists(
103101
string namespace, string type, boolean subtypes, string name, string signature, string ext
104102
|

0 commit comments

Comments
 (0)