You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we return Operand.Mode.addressable for any subscript, we need to check also ensure the receiver is not constant before assuming it is assignable.
The text was updated successfully, but these errors were encountered:
vdka
changed the title
Ensure immutability of constant arrays
Ensure immutability of constant arrays & strings
Sep 18, 2017
vdka
changed the title
Ensure immutability of constant arrays & strings
Ensure immutability of constants
Sep 18, 2017
Currently we return
Operand.Mode.addressable
for any subscript, we need to check also ensure the receiver is not constant before assuming it is assignable.The text was updated successfully, but these errors were encountered: