Skip to content

Commit

Permalink
return more specific type
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Oct 31, 2023
1 parent b5aa700 commit 51b6e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public ArrayType getBaseType() {
return baseType;
}

public Value getSize(@Nonnull int index) {
public Immediate getSize(@Nonnull int index) {
return sizes.get(index);
}

Expand Down

0 comments on commit 51b6e4c

Please sign in to comment.