mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 21:25:42 +00:00
Fixed .proto -> .fbs translating type bytes incorrectly.
Change-Id: Idb607360123d12c73dd1e045305007120b12131b Tested: on Linux.
This commit is contained in:
@@ -36,7 +36,7 @@ table ProtoMessage {
|
||||
/// doc comment for l on 2
|
||||
/// lines
|
||||
l:string (required);
|
||||
m:string;
|
||||
m:[ubyte];
|
||||
n:_proto._test._ProtoMessage.OtherMessage;
|
||||
o:[string];
|
||||
z:_proto._test.ImportedMessage;
|
||||
|
||||
Reference in New Issue
Block a user