forked from BigfootDev/flatbuffers
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