Files
sdk/tests
Erik Ernst e8b0f38ccd Eliminate unintended compile-time errors (redirect to abstract)
This CL changes language_2/nonfunction_type_aliases/*usage* tests such
that they do not have an unintended compile-time error: They had a
redirecting factory constructor where the redirectee was an abstract
class. This CL adds a concrete class and makes that the redirectee.

Change-Id: Iaa0dc54f8312a9f500c8c9c8b0d8146ecf90de5c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175642
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2020-12-11 08:08:28 +00:00
..
2020-12-08 14:56:18 +00:00
2020-10-30 11:20:43 +00:00
2020-12-09 23:15:00 +00:00
2020-12-09 23:15:00 +00:00
2020-11-20 23:14:33 +00:00
2020-12-10 12:15:17 +00:00
2020-12-10 18:28:57 +00:00
2020-12-10 01:38:26 +00:00
2020-12-09 19:31:50 +00:00

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.