We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3977b commit dcd3d80Copy full SHA for dcd3d80
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Uniform.java
@@ -23,8 +23,8 @@ public Uniform(PointsToSetVariable source, CGNode node) {
23
@Override
24
protected int getValueNumberForDTypeArgument() {
25
return this.getNode().getMethod().isStatic()
26
- ? this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION)
27
- : this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION + 1);
+ ? this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION)
+ : this.getNode().getIR().getParameter(DTYPE_PARAMETER_POSITION + 1);
28
}
29
30
0 commit comments