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
if T is a struct with a foo field. (I haven't checked if this is only accepted if T has exactly two fields, but it's definitely accepted if so.) The typechecker should reject this because it duplicates a field.
The text was updated successfully, but these errors were encountered:
Right now, you can write:
if
T
is a struct with afoo
field. (I haven't checked if this is only accepted ifT
has exactly two fields, but it's definitely accepted if so.) The typechecker should reject this because it duplicates a field.The text was updated successfully, but these errors were encountered: