mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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>
746 B
746 B
Feature tests for instantiation to bounds, and super-bounded types
This directory was created in order to hold tests pertaining to the Dart feature instantiate to bound, which provides inference of default values for omitted type arguments. In order to handle F-bounded type parameters without introducing infinite types, this feature relies on another feature, super-bounded types, which is therefore also in focus for tests in this directory. For more details, please check the feature specifications on super-bounded types and on instantiate to bound.