0a3b4fca3e
Change-Id: Ia15c2accc2e5b192834bbd37bbd6a720bf52a3f8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201224 Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com>
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.