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] 8 | val t: B.T = A.t
[error] | ^^^
[error] |Found: A.T
[error] |Required: B.T²
[error] |
[error] |where: T is a type in package object Main$package
[error] | T² is a type in package object Main$package which is an alias of A.T
If replace the package with object, or change the opaque type alias to another definition, it will not cause this problem.