[Dart] Fix deprecated field support, inf/nan (#5724)

* Fix deprecated field support, inf/nan

* unused params

* rerun tests
This commit is contained in:
Dan Field
2020-01-23 14:53:59 -08:00
committed by Wouter van Oortmerssen
parent 9cadf05d89
commit 89418eb848
9 changed files with 283 additions and 80 deletions

View File

@@ -13,6 +13,7 @@ table MonsterExtra {
f3:float = -inf;
dvec : [double];
fvec : [float];
deprec:int (deprecated);
}
root_type MonsterExtra;