d6975c1905
Fixes #47190 TEST=None, only markdown files where edited. Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049 Reviewed-by: Nicholas Shahan <nshahan@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
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.