dart-lang/sdk

Intent to implement: `noSuchMethod` forwarding methods.

Closed this issue · 1 comments

In Dart 2, the semantics of noSuchMethod will include generated forwarding methods. For the details, please consult the informal specification nosuchmethod-forwarders.md.

Note that some discussions leading up to this feature can be found here: #30140.

Action items

In general, all implementations will receive support for this feature from the common front end. In dartdevc, the specified approach has been in effect for a while, and only minor adjustments will be needed, if any. Hence we only have the following subtasks:

The linked CFE issue is closed and AFAIK this is implemented and working everywhere.