Java: Fix compilation error.

This commit is contained in:
Anders Schack-Mulligen
2021-10-29 14:26:36 +02:00
parent e51a10a816
commit 35b6cbe549

View File

@@ -62,7 +62,7 @@ class ExternalAPI extends Callable {
/** Holds if this API has a supported summary. */
predicate hasSummary() {
this instanceof SummarizedCallable or
this = any(SummarizedCallable sc).asCallable() or
TaintTracking::localAdditionalTaintStep(this.getAnInput(), _)
}