dart-sdk/tests/language/sealed_class
Kallen Tu 199feac353 [analyzer/cfe] Update abstract sealed error message.
State more explicitly that sealed classes are abstract and lead the
user to a better fix with the error message.

Bug: https://github.com/dart-lang/sdk/issues/52073
Change-Id: Id24c6cb187ee5497ca2819f930c48ff5aa8d07fc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296025
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
Commit-Queue: Kallen Tu <kallentu@google.com>
2023-04-20 19:54:30 +00:00
..
sealed_class_as_mixin_error_test.dart [tests] Remove interface mixin, final mixin, and sealed mixin from language tests. 2023-03-24 23:04:47 +00:00
sealed_class_as_mixin_lib.dart [tests] Remove interface mixin, final mixin, and sealed mixin from language tests. 2023-03-24 23:04:47 +00:00
sealed_class_construct_error_test.dart [tests] Remove interface mixin, final mixin, and sealed mixin from language tests. 2023-03-24 23:04:47 +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_error_test.dart [cfe] Report error when sealed or final used in on type outside of library. 2023-03-29 12:09:23 +00:00
sealed_class_mixin_on_lib.dart [analyzer] Report error when sealed or final used in on type outside of library. 2023-03-27 22:33:29 +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] Remove interface mixin, final mixin, and sealed mixin from language tests. 2023-03-24 23:04:47 +00:00
sealed_class_syntax_disabled_error_test.dart [tests] Remove interface mixin, final mixin, and sealed mixin from language tests. 2023-03-24 23:04:47 +00:00
sealed_class_syntax_error_test.dart [analyzer/cfe] Update abstract sealed error message. 2023-04-20 19:54:30 +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