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
trait Super
trait Sub extends Super
case class Output(s: Super)
trait Factory {
def make(arg: Sub): Output
}
arg will not be captured by the macro and the error message isn't easy to read/interpret. We should improve the error message and, possibly, allow non-ambiguous subtypes in such cases.
The text was updated successfully, but these errors were encountered:
arg
will not be captured by the macro and the error message isn't easy to read/interpret. We should improve the error message and, possibly, allow non-ambiguous subtypes in such cases.The text was updated successfully, but these errors were encountered: