Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2021-01-27 19:43:40 +01:00
committed by GitHub
parent f2241e04e5
commit 2c5da85e3b

View File

@@ -562,8 +562,8 @@ class DataFlowLambda extends DataFlowCallable, TLambda {
override string getName() { result = "Lambda callable" }
override CallableValue getCallableValue() {
result.(FunctionValue).getOrigin().getNode() = lambda.getDefinition()
override FunctionValue getCallableValue() {
result.getOrigin().getNode() = lambda.getDefinition()
}
}