d09b922203
Change-Id: Ifee4f2e8810efa1fd5b08fd7544b71a3d27ff263 Reviewed-on: https://dart-review.googlesource.com/34800 Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
439 B
439 B
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.