dvdkruk / protobuf-dt

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

Allow more than one semicolon at the end of a message field. #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This example results in syntax errors:

message Foo {
  optional string bar = 1;;
}

Original issue reported on code.google.com by alr...@google.com on 3 Nov 2011 at 7:34

GoogleCodeExporter commented 9 years ago
re95d2dff83b6

Original comment by alr...@google.com on 3 Nov 2011 at 8:06