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
ExprTypes sometimes hold `AnnotatedType` underneath.
Make sure they are handled:
- Before transformation, check under ExprTypes in `hasAnnotation`
- During transformation, change `=> @annot T` to `@annot () ?=> T` instead of `() ?=> @annot T`
This makes `erased => T` parameters work, although it is of little value...
0 commit comments