dart-sdk/tests/language/class
Robert Nystrom 7ca5ad46ce Set tests that have mixin errors as 2.19.
Mark tests that contain errors about using a class as a mixin to use
language version 2.19 where that's not an error.

This may not fix all of the tests because it's the language version of
the library where the class is declared that matters, not where the
class is used as a mixin. But most tests have all of their declarations
in the same library, so this should fix most.

Change-Id: I910439ebd2f10f731418dc588b7e4619a0841c16
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285923
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2023-03-01 15:03:39 +00:00
..
additional_interface_adds_optional_args_concrete_subclass_test.dart
class_test.dart
classes_static_method_clash_test.dart Remove uses of : as default value separator in some tests/ directories. 2022-09-07 14:49:17 +00:00
codegen_test.dart
cycle2_test.dart
cycle_test.dart
cyclic_class_member_runtime_test.dart
cyclic_class_member_test.dart Unify 5 more codes for documentation purposes 2021-05-10 13:21:37 +00:00
cyclic_hierarchy_test.dart Simplifying and recategorizing cyclic imports test 2020-09-14 20:20:49 +00:00
inheritance_chain_lib.dart
inheritance_chain_test.dart
keyword_runtime_test.dart
keyword_test.dart [cfe] Add UnresolvedKind for fine grained unresolved reporting 2021-08-25 09:51:54 +00:00
large_class_declaration_test.dart
literal_static_test.dart
literal_test.dart
multiple_interface_inheritance_test.dart
override_inference_error_test.dart Don't report INVALID_OVERRIDE_DIFFERENT_DEFAULT_VALUES_* when null safety. 2021-01-13 21:19:04 +00:00
override_inference_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
override_test.dart
recursive_inheritance_test.dart
syntax2_test.dart
syntax_test.dart
variable_shadow_class_runtime_test.dart
variable_shadow_class_test.dart [cfe] Add UnresolvedKind for fine grained unresolved reporting 2021-08-25 09:51:54 +00:00