tree: 228379ced3faa5ffb79a448b7f9457d3823f648d [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.