Files
sdk/tests
Konstantin Shcheglov 81d3244a8c Remove invalid factory constructors redirecting to abstract class.
According to the specification:
Otherwise, it is a compile-time error if R
denotes a generative constructor and D is abstract.

Not sure why we have these constructors at al.

Change-Id: I0ec671245c9b482c6455f7f5725b83db63b3c9db
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175361
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2020-12-09 19:41:30 +00:00
..
2020-12-08 14:56:18 +00:00
2020-10-30 11:20:43 +00:00
2020-11-20 23:14:33 +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.