Python: update class name

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-15 23:50:29 +01:00
parent 4a1fcde649
commit 5de1725648

View File

@@ -132,7 +132,7 @@ private module Input implements InputSig<PythonDataFlow> {
or
// The capture argument node will be reused for every call to the same callable.
arg = call.getArgument(_) and
arg instanceof SynthCaptureArgumentNode
arg instanceof CapturingClosureArgumentNode
}
}