mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 18:50:02 +00:00
Fixes a bug where the create function doesnt optional + required items (#7228)
Format sh file
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
table Message {
|
||||
internal_message: string;
|
||||
struct BytesCount {
|
||||
x: int64;
|
||||
}
|
||||
|
||||
table InternalMessage {
|
||||
str: string;
|
||||
}
|
||||
|
||||
table Message {
|
||||
id: int64;
|
||||
position: BytesCount (required);
|
||||
pointer: InternalMessage (required);
|
||||
}
|
||||
Reference in New Issue
Block a user