... | ... | @@ -30,7 +30,7 @@ or you have used a struct name that is a reserved word in Protobuf. Rename it. |
|
|
|
|
|
**Background**
|
|
|
|
|
|
The code that gets generated for the member looks to the compiler like a mal-formed constructor.
|
|
|
In the first case, the code that gets generated for the member looks to the compiler like a mal-formed constructor. In the second case, you have used a struct name that is already taken by a method name that protobuf secretly generates into the code to be compiled, which then leads to the same problem.
|
|
|
|
|
|
|
|
|
|
... | ... | |