Add a test case for nested enum, which was missed previously. (#3010)
This commit is contained in:
parent
fba2acd72e
commit
3c0855e94a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ message NoNamespaceMessage {
|
|||
ZERO = 0;
|
||||
}
|
||||
NestedEnum b = 2;
|
||||
repeated NestedEnum c = 3;
|
||||
}
|
||||
|
||||
enum NoNamespaceEnum {
|
||||
|
|
Loading…
Add table
Reference in a new issue