tree: 96e0319743d875d55cfeff33eda644028c501b14 [path history] [tgz]
  1. abstract_override_with_different_type_test.dart
  2. nosuchmethod_forwarding_arguments_test.dart
  3. nosuchmethod_forwarding_partial_instantiation_test.dart
  4. nosuchmethod_forwarding_test.dart
  5. README.md
tests/language_2/nosuchmethod_forwarding/README.md

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.