da7ef9a661
Test that all subtypes of classes marked base/final are required to be base/final/sealed, and that base/final classes may not be implemented outside of their own library. Also test restrictions on sealed and interface classes. Change-Id: I15314a34b684bbec5a16b8ae228ca7de08f8498a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290100 Reviewed-by: Erik Ernst <eernst@google.com>