For example the following message declaration
message Literal {
enum Type {
STRING = 0;
INT64 = 1;
}
required Type type = 1;
optional string string = 2;
optional int64 int64 = 3;
}
gives the errors
no viable alternative at input 'int64'
no viable alternative at input 'string'
Original issue reported on code.google.com by alr...@google.com on 8 Jun 2011 at 8:33
Original issue reported on code.google.com by
alr...@google.com
on 8 Jun 2011 at 8:33