Posted on Nov 8, 2011 by
Grumpy Cat
The following example should not produce errors:
extend google.protobuf.EnumValueOptions { optional bool active = 1000; }
enum PhoneType { HOME = 0 [(active) = true]; }
Comment #1
Posted on Nov 8, 2011 by Grumpy Catr30880f9808a5
Status: Fixed
Labels:
Type-Defect
Priority-Critical
Milestone-Release-1.0.13