mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 12:31:37 +00:00
[Dart] Fix deprecated field support, inf/nan (#5724)
* Fix deprecated field support, inf/nan * unused params * rerun tests
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
9cadf05d89
commit
89418eb848
@@ -13,6 +13,7 @@ table MonsterExtra {
|
||||
f3:float = -inf;
|
||||
dvec : [double];
|
||||
fvec : [float];
|
||||
deprec:int (deprecated);
|
||||
}
|
||||
|
||||
root_type MonsterExtra;
|
||||
|
||||
Reference in New Issue
Block a user