mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 10:38:40 +00:00
Fixed float suffix not being added on implicit float defaults.
Change-Id: I8dcbb5e93836356511d411ef86452babd3dd3c0b Tested: on Linux.
This commit is contained in:
@@ -61,6 +61,7 @@ table Monster {
|
||||
testhashu64_fnv1a:ulong (id:23, hash:"fnv1a_64");
|
||||
testf:float = 3.14159 (id:25);
|
||||
testf2:float = 3 (id:26);
|
||||
testf3:float (id:27);
|
||||
}
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
|
||||
Reference in New Issue
Block a user