Skip to content

Commit 209fe73

Browse files
committed
Change type of c to be more portable
1 parent e2008e1 commit 209fe73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ module Private {
284284
* `input`, output specification `output`, kind `kind`, and provenance `provenance`.
285285
*/
286286
predicate summaryElement(
287-
Callable c, string input, string output, string kind, string provenance, string model
287+
Input::SummarizedCallableBase c, string input, string output, string kind, string provenance,
288+
string model
288289
) {
289290
exists(
290291
string namespace, string type, boolean subtypes, string name, string signature, string ext,

0 commit comments

Comments
 (0)