byte-flylf / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Red underline when "extensions" is present inside a message #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
message ProjectComponentProto {
 extensions 10000000 to max;

 required string id = 1;
 required devconsole.proto.config.ComponentType type = 2;
}

The red underline is on "required".

Original issue reported on code.google.com by alr...@google.com on 16 Jun 2011 at 9:19

GoogleCodeExporter commented 9 years ago
r323

Original comment by alr...@google.com on 16 Jun 2011 at 9:38