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, it is allowed to mark a zero-sized type field as an indexed field, but this doesn't make sense because a zero-sized type will never be encoded.
e.g.
event MyEvent:
idx x: ()
should be rejected.
The text was updated successfully, but these errors were encountered:
What is wrong?
Currently, it is allowed to mark a zero-sized type field as an indexed field, but this doesn't make sense because a zero-sized type will never be encoded.
e.g.
should be rejected.
The text was updated successfully, but these errors were encountered: