dvdkruk / protobuf-dt

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

Allow empty statements #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

enum Type {
  HOME = 0;;
  OFFICE = 1;
}

Original issue reported on code.google.com by alr...@google.com on 31 Jan 2012 at 10:44

GoogleCodeExporter commented 9 years ago
Multiple semicolons need to added to the following elements:
  * Syntax
  * Package
  * Import (regular, public and weak)
  * Extensions
  * Option (native and custom)
  * Enum literal
  * Rpc
  * Stream

Original comment by alr...@google.com on 31 Jan 2012 at 11:37

GoogleCodeExporter commented 9 years ago
r842ee6e1e348

Original comment by alr...@google.com on 31 Jan 2012 at 11:40