mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Also included them in the C++ test. Change-Id: Ib0c8470f0aacdf16616c27494abdda57a010195d Tested: on Linux.
10 lines
128 B
Python
10 lines
128 B
Python
# automatically generated, do not modify
|
|
|
|
# namespace: NamespaceB
|
|
|
|
class EnumInNestedNS(object):
|
|
A = 0
|
|
B = 1
|
|
C = 2
|
|
|