-
Notifications
You must be signed in to change notification settings - Fork 229
Problem with inner class names #344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is expected behaviour, see https://developers.google.com/protocol-buffers/docs/style#message_and_field_names (which is why we do this) |
@Gobot1234 The current behaviour leads to errors as the type hint is different to class name, this bricks it. See test case in #353. |
thanks |
Sorry I didn't catch that |
Proto:
gen:
"BattleEndChangedPlayerExp" and "BattleEndchangedPlayerExp" are different
There something wrong about camel case
The text was updated successfully, but these errors were encountered: