mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
8a21ab195a
This introduces a new VM internal class 'TypeParameters' representing the declaration of a list of type parameters, either in a class or function. The reference to (or use of) a type parameter is still represented by the existing 'TypeParameter' class. Fixes https://github.com/dart-lang/sdk/issues/43901 Fixes https://github.com/dart-lang/sdk/issues/45763 TEST=existing ones and a regression test Change-Id: I1fde808bf753cc1cb829f2c4383c1836651cee80 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/189942 Commit-Queue: Régis Crelier <regis@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> |
||
---|---|---|
.. | ||
co19 | ||
co19_2 | ||
corelib | ||
corelib_2 | ||
dartdevc | ||
dartdevc_2 | ||
ffi | ||
ffi_2 | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
standalone | ||
standalone_2 | ||
web | ||
web_2 | ||
legacy_status_dart2js.csv | ||
README.md |
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.