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
Enum members can have optional values. At the moment they are parsed by parsing a number or a string.
The specification, however, allows full expressions, like
enum Test {
Member = (1 << 2)
}
The text was updated successfully, but these errors were encountered:
Enum members can have optional values. At the moment they are parsed by parsing a number or a string.
The specification, however, allows full expressions, like
The text was updated successfully, but these errors were encountered: