You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: