dart-sdk/tests/language/sealed_class
Kallen Tu 50e1400d97 [tests] Fix tests to report an error when classes are used as a mixin, even in the same library.
Change-Id: Icdb4c4e87bf3143ea9c37272f27e7eac0c7613a6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283129
Reviewed-by: Lasse Nielsen <lrn@google.com>
Commit-Queue: Kallen Tu <kallentu@google.com>
2023-02-15 15:26:49 +00:00
..
sealed_class_as_mixin_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_as_mixin_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_construct_error_test.dart [analyzer] Report error when subtyping a sealed class outside of its library. 2022-12-07 22:00:28 +00:00
sealed_class_extend_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_extend_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_extend_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_implement_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_implement_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_implement_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_mixin_on_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_mixin_on_test.dart [cfe] Allow mixin 'on' behaviour for sealed supertypes. 2022-12-01 01:18:40 +00:00
sealed_class_part_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_part_test.dart [tests] Typedef, part of, and mixin 'on' language tests for sealed classes. 2022-11-29 17:51:34 +00:00
sealed_class_sealed_subtype_test.dart [tests] Typedef, part of, and mixin 'on' language tests for sealed classes. 2022-11-29 17:51:34 +00:00
sealed_class_syntax_disabled_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_syntax_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_syntax_test.dart
sealed_class_typedef_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_typedef_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_typedef_outside_of_library_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_typedef_outside_of_library_lib2.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_class_typedef_outside_of_library_test.dart [tests] Typedef, part of, and mixin 'on' language tests for sealed classes. 2022-11-29 17:51:34 +00:00
sealed_class_typedef_test.dart [tests] Typedef, part of, and mixin 'on' language tests for sealed classes. 2022-11-29 17:51:34 +00:00
sealed_class_typedef_used_outside_error_test.dart [cfe] Refactor error handling for all existing class modifier behaviour. 2023-02-01 20:08:50 +00:00
sealed_class_typedef_used_outside_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_mixin_typedef_error_test.dart [cfe] Refactor error handling for all existing class modifier behaviour. 2023-02-01 20:08:50 +00:00
sealed_mixin_typedef_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_mixin_typedef_test.dart [tests] Typedef, part of, and mixin 'on' language tests for sealed classes. 2022-11-29 17:51:34 +00:00
sealed_mixin_with_error_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_mixin_with_lib.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00
sealed_mixin_with_test.dart [tests] Update language tests with base/final subtyping loophole fixed and a few enum tests. 2023-02-07 03:01:27 +00:00