Add a test case for nested enum, which was missed previously. (#3010)
This commit is contained in:
parent
fba2acd72e
commit
3c0855e94a
@ -7,6 +7,7 @@ message NoNamespaceMessage {
|
|||||||
ZERO = 0;
|
ZERO = 0;
|
||||||
}
|
}
|
||||||
NestedEnum b = 2;
|
NestedEnum b = 2;
|
||||||
|
repeated NestedEnum c = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum NoNamespaceEnum {
|
enum NoNamespaceEnum {
|
||||||
|
Loading…
Reference in New Issue
Block a user