dart-sdk/tests/language/inference_update_2
Paul Berry b8489128cb Test field promotion during top level inference.
Bug: https://github.com/dart-lang/language/issues/2020
Change-Id: I58d7f5691a4af614bcd481a109e340ca709fe4ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270760
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2022-11-21 17:20:55 +00:00
..
abstract_field_test.dart Field type promotion: fix CFE handling of abstract fields. 2022-11-21 15:25:03 +00:00
basic_field_promotion_test.dart Implement field promotion for the analyzer. 2022-10-30 20:02:49 +00:00
disabled_test.dart Front end logic for field promotion. 2022-10-19 14:53:51 +00:00
do_not_promote_abstract_getters_test.dart Field type promotion: fix CFE handling of abstract fields. 2022-11-21 15:25:03 +00:00
do_not_promote_methods_test.dart Field type promotion: fix CFE handling of abstract fields. 2022-11-21 15:25:03 +00:00
field_invocation_promotion_test.dart Implement field promotion for the analyzer. 2022-10-30 20:02:49 +00:00
field_promotion_and_no_such_method_lib.dart Front end logic for field promotion. 2022-10-19 14:53:51 +00:00
field_promotion_and_no_such_method_test.dart Implement field promotion for the analyzer. 2022-10-30 20:02:49 +00:00
field_promotion_name_conflicts_part.dart Implement field promotion for the analyzer. 2022-10-30 20:02:49 +00:00
field_promotion_name_conflicts_test.dart Implement field promotion for the analyzer. 2022-10-30 20:02:49 +00:00
no_such_method_restriction_disabled_lib.dart
no_such_method_restriction_disabled_test.dart
no_such_method_restriction_enabled_lib.dart
no_such_method_restriction_enabled_test.dart
no_such_method_restriction_stack_trace_lib1.dart
no_such_method_restriction_stack_trace_lib2.dart
no_such_method_restriction_stack_trace_test.dart
promotion_makes_new_extension_available_test.dart Field promotion: more thorough language tests, plus a CFE bug fix. 2022-11-18 14:54:48 +00:00
promotion_makes_new_extension_available_via_non_nullability_test.dart Field promotion: more thorough language tests, plus a CFE bug fix. 2022-11-18 14:54:48 +00:00
promotion_makes_new_interface_available_test.dart Field promotion: more thorough language tests, plus a CFE bug fix. 2022-11-18 14:54:48 +00:00
promotion_narrows_interface_test.dart Field promotion: more thorough language tests, plus a CFE bug fix. 2022-11-18 14:54:48 +00:00
top_level_type_inference_test.dart Test field promotion during top level inference. 2022-11-21 17:20:55 +00:00