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 Sep 16, 2022. It is now read-only.
fix(Compiler): Add a workaround for #908, "extra" type inference for tokens.
After this CL, we will infer, in the view compiler:
`Provider<dynamic>(OpaqueToken<T>)`
as
`Provider<T>(OpaqueToken<T>)`
This isn't strictly right, but its better than emitting incorrect types
(dynamic), which can block Dart2. Once #908 is fixed, we can revert this
change.
PiperOrigin-RevId: 186788142
0 commit comments