Skip to content

Commit 4951e69

Browse files
committed
Add this keyword to method call in Constant.java.
1 parent 6901063 commit 4951e69

File tree

1 file changed

+1
-1
lines changed
  • com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/Constant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Constant(PointsToSetVariable source) {
3232
protected Set<List<Dimension<?>>> getDefaultShapes(PropagationCallGraphBuilder builder) {
3333
// If the shape argument is not specified, then the shape is inferred from the shape of value.
3434
// TODO: Handle keyword arguments.
35-
return getShapes(builder, this.getValueArgumentValueNumber());
35+
return this.getShapes(builder, this.getValueArgumentValueNumber());
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)