Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 15, 2024
1 parent e2cb244 commit 35100e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public ISet closureStar() {
Type tupleType = getElementType();
assert tupleType.getArity() == 2;
Type keyType = tupleType.getFieldType(0);
Type valueType = tupleType.getFieldType(0);
Type valueType = tupleType.getFieldType(1);

var result = computeClosure(content);

Expand Down

0 comments on commit 35100e6

Please sign in to comment.