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
There is logic to detect duplicate reserved names defined in a message, but it does not actually detect the issue if duplicates are spread across multiple reserved declarations.
Minimal reproducer:
message Foo { reserved "foo"; reserved "foo"; }
The text was updated successfully, but these errors were encountered:
There is logic to detect duplicate reserved names defined in a message, but it does not actually detect the issue if duplicates are spread across multiple
reserved
declarations.Minimal reproducer:
The text was updated successfully, but these errors were encountered: