Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

interfaces implemented via noSuchMethod #603

Closed
jmesserly opened this issue Jul 14, 2016 · 2 comments
Closed

interfaces implemented via noSuchMethod #603

jmesserly opened this issue Jul 14, 2016 · 2 comments
Assignees
Labels

Comments

@jmesserly
Copy link
Contributor

This is supported by Strong mode, but not by DDC yet.

This would help Mock objects used in tests (e.g. mockito)

Here's a bug with context:
dart-lang/sdk#26863

Here's the desugaring we should do in the compiler:
dart-lang/sdk#26863 (comment)
(we don't need to generate the Dart code for those synthetic methods, we could go straight to JS. Whatever is easier)

@jmesserly
Copy link
Contributor Author

FYI to @leafpetersen ... tentatively assigning myself :)

@jmesserly jmesserly self-assigned this Jul 14, 2016
@jmesserly
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant