You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the generated code for setting default values is in the constructor (mixed with construction of class instances for lists and submessages).
However, when loading a message from input, all fields should be set to their default value as well. This is normally not an issue if a fresh message class instance has been created, but that might not be the case under all circumstances.
The text was updated successfully, but these errors were encountered:
Currently the generated code for setting default values is in the constructor (mixed with construction of class instances for lists and submessages).
However, when loading a message from input, all fields should be set to their default value as well. This is normally not an issue if a fresh message class instance has been created, but that might not be the case under all circumstances.
The text was updated successfully, but these errors were encountered: