Replies: 2 comments
-
For first and second predicate, additional reads clauses are required - It can read all arrays inside arr.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
will produce the error
insufficient reads clause to read array element
atarr[some_index1][some_index2]
andindex out of range
atold(arr[some_index1][some_index2])
. How do I make it work?Beta Was this translation helpful? Give feedback.
All reactions