The following example should not produce errors:
extend google.protobuf.EnumValueOptions {
optional bool active = 1000;
}
enum PhoneType {
HOME = 0 [(active) = true];
}
Original issue reported on code.google.com by alr...@google.com on 8 Nov 2011 at 6:54
Original issue reported on code.google.com by
alr...@google.com
on 8 Nov 2011 at 6:54