Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
yoff
2020-08-18 12:59:20 +02:00
committed by GitHub
parent 59cee284b5
commit 571520602d

View File

@@ -180,7 +180,7 @@ abstract class DataFlowCall extends TDataFlowCall {
}
/** Represents a call to a callable */
/** Represents a call to a callable. */
class CallNodeCall extends DataFlowCall, TCallNode {
CallNode call;
DataFlowCallable callable;