oneof field name doesn't validate for duplication within its body
Closed this issue · 0 comments
clehene commented
The following is only caught by protoc
oneof value {
string value = 1; // will cause `"value" is already defined in..`
}
Closed this issue · 0 comments
The following is only caught by protoc
oneof value {
string value = 1; // will cause `"value" is already defined in..`
}