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
Allow shorthand properties syntax in tuples.
If the value is a let variable, an argument or a constant that has the same name as the key, the value could be omitted.
For example, here is a function from the cost-voting contract:
Allow shorthand properties syntax in tuples.
If the value is a let variable, an argument or a constant that has the same name as the key, the value could be omitted.
For example, here is a function from the cost-voting contract:
It could be rewritten into
The text was updated successfully, but these errors were encountered: