tree: f5e12c7cf36a46e114efe21b1f04804fd87d7018 [path history] [tgz]
  1. README.md
tests/language_2/fixed_size_int/README.md

Feature tests for fixed size integers

This directory was created in order to hold tests pertaining to the Dart feature which changes the int type to have a fixed-size representation (as opposed to implicitly transitioning into an arbitrary bigint representation when needed). For more details, please check the informal specification.