mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
…
|
||
---|---|---|
.. | ||
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.