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
[error] Unsupported Scala 3 generic tuple type scala.Tuple in bounds of type MirroredElemLabels; found in trait scala.deriving.Mirror.
Problem
I'd expect this to compile. I acknowledge that this is an unusual use case (Foo should be an object, not a case object), but we stumbled upon it during our Scala 2 -> Scala 3 migration and I thought it'd be valuable to report. If this is expected behavior and not a bug, feel free to close this issue.