dart-sdk/tests/language_2/nosuchmethod_forwarding
Ahmed Ashour d6975c1905 master branch to main
Fixes #47190

TEST=None, only markdown files where edited.

Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2021-09-15 06:22:23 +00:00
..
abstract_override_with_different_type_test.dart Rename some more incorrectly named tests. 2021-06-03 00:49:54 +00:00
nosuchmethod_forwarding_arguments_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
nosuchmethod_forwarding_partial_instantiation_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
nosuchmethod_forwarding_test.dart Add language versions to _2 test libraries 2021-04-26 17:58:57 +00:00
README.md master branch to main 2021-09-15 06:22:23 +00:00

Feature tests for noSuchMethod forwarding

This directory was created in order to hold tests pertaining to the Dart feature which causes forwarding methods to be generated implicitly for all method signatures in the interface of a class that declares a non-trivial noSuchMethod. For more details, please check the feature specification.