Skip to content

Commit 2dd55f1

Browse files
committed
Fix compilation error.
1 parent 0bbab35 commit 2dd55f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ private static Set<Integer> getPossibleInnerListLengths(
9898
boolean containsAllListsOrTuples =
9999
StreamSupport.stream(instanceFieldPointsToSet.spliterator(), false)
100100
.allMatch(
101-
ik -> {
102-
AllocationSiteInNode innerAsin = getAllocationSiteInNode(ik);
101+
ifk -> {
102+
AllocationSiteInNode innerAsin = getAllocationSiteInNode(ifk);
103103

104104
if (innerAsin == null) return false;
105105

0 commit comments

Comments
 (0)