mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 00:21:47 +00:00
Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation.
This commit is contained in:
14
tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.cs
Normal file
14
tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// automatically generated, do not modify
|
||||
|
||||
namespace NamespaceA.NamespaceB
|
||||
{
|
||||
|
||||
public enum EnumInNestedNS : sbyte
|
||||
{
|
||||
A = 0,
|
||||
B = 1,
|
||||
C = 2,
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user