Fix compile error when default value given for extension field.
Update issue 111 Status: FixedInGit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'alltypes.proto';
|
||||
|
||||
extend AllTypes {
|
||||
optional int32 AllTypes_extensionfield1 = 255;
|
||||
optional int32 AllTypes_extensionfield1 = 255 [default = 5];
|
||||
}
|
||||
|
||||
message ExtensionMessage {
|
||||
|
||||
Reference in New Issue
Block a user