mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 03:18:27 +00:00
Fix up scripts, fix generated enum value for strong mode, regenerate files (#6389)
* Fix up scripts, fix generated enum value for strong mode, regenerate files * missing files * GH action * remove action
This commit is contained in:
@@ -26,7 +26,7 @@ class EnumInNestedNS {
|
||||
static const EnumInNestedNS A = const EnumInNestedNS._(0);
|
||||
static const EnumInNestedNS B = const EnumInNestedNS._(1);
|
||||
static const EnumInNestedNS C = const EnumInNestedNS._(2);
|
||||
static const values = {0: A,1: B,2: C,};
|
||||
static const Map<int,EnumInNestedNS> values = {0: A,1: B,2: C,};
|
||||
|
||||
static const fb.Reader<EnumInNestedNS> reader = const _EnumInNestedNSReader();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user