mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
e835ab692e
The tests `variable_property_not_promoted_test` and `this_property_not_promoted_test` verify that fields are _not_ promoted. To prevent them from failing when we enable the language feature `inference-update-2` (which provides field promotion), they need `@dart=3.0` directives. This ensures that we will continue to have coverage of the old (non-promoting) behavior after field promotion is switched on. Bug: https://github.com/dart-lang/language/issues/2020 Change-Id: I376da01dfe4223f17ae4863e4460b4f1a0708dc6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/314760 Reviewed-by: Lasse Nielsen <lrn@google.com> Commit-Queue: Paul Berry <paulberry@google.com> |
||
---|---|---|
.. | ||
boolean_conversion | ||
const | ||
definite_assignment | ||
experiment_release_version | ||
extreme_bounds | ||
flow_analysis | ||
inference | ||
is_type_test | ||
late | ||
mixed_inheritance | ||
never | ||
normalization | ||
null_assertions | ||
required_named_parameters | ||
resolution | ||
static_errors | ||
subtyping | ||
syntax | ||
top_merge | ||
try_catch | ||
type_equality | ||
type_object | ||
type_promotion | ||
typedef | ||
constant_null_safety_mode_test.dart | ||
operator_type_test.dart |