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
A compiler warning - Warning: can't resolve return type Functor(U) - is generated.
It appears that an additional resolution step may be required for free variables before flagging issues.
The text was updated successfully, but these errors were encountered:
kimburgess
changed the title
AbstractDefChecker don't resolve free variables in return type
AbstractDefChecker doesn’t resolve free variables in return type
Feb 9, 2020
When declaring an abstract method that has a self-referencing outer type, but free inner such as:
A compiler warning -
Warning: can't resolve return type Functor(U)
- is generated.It appears that an additional resolution step may be required for free variables before flagging issues.
The text was updated successfully, but these errors were encountered: