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 0bbab35 commit 2dd55f1Copy full SHA for 2dd55f1
com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/RaggedConstant.java
@@ -98,8 +98,8 @@ private static Set<Integer> getPossibleInnerListLengths(
98
boolean containsAllListsOrTuples =
99
StreamSupport.stream(instanceFieldPointsToSet.spliterator(), false)
100
.allMatch(
101
- ik -> {
102
- AllocationSiteInNode innerAsin = getAllocationSiteInNode(ik);
+ ifk -> {
+ AllocationSiteInNode innerAsin = getAllocationSiteInNode(ifk);
103
104
if (innerAsin == null) return false;
105
0 commit comments