mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 11:02:02 +00:00
The list of enum values is now allowed to end in a comma.
Bug: 16490424 Change-Id: Ic3dd5f06efb5cf2dc4aefbd3f2db64c7b59b6b93 Tested: on OS X.
This commit is contained in:
@@ -4,7 +4,7 @@ include "include_test1.fbs";
|
||||
|
||||
namespace MyGame.Example;
|
||||
|
||||
enum Color:byte (bit_flags) { Red = 0, Green, Blue = 3 }
|
||||
enum Color:byte (bit_flags) { Red = 0, Green, Blue = 3, }
|
||||
|
||||
union Any { Monster } // TODO: add more elements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user