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
Enums must contain at least one enum value. To enable a predictive parser implementation and avoid ambiguity, an enum value's name cannot be "option" or "reserved".
Negative enum values are not handled correctly for syntax highlighting.
In this example, a negative enum value is preventing the line from being highlighted correctly:
protoc
accepts these enum declarations without issue and they are valid per the language specification:The text was updated successfully, but these errors were encountered: