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] 9| summon[Mirror.Of[A]]
[error] | ^
[error] |no implicit argument of typederiving.Mirror.Of[A] was found for parameter x of method summon in objectPredef
Expectation
It should compile.
Mirror.Of[A] should return a Mirror.SumOf[A] { type MirroredElemTypes = B *: A1 *: EmptyTuple }
The text was updated successfully, but these errors were encountered:
Compiler version
3.0.0-RC1
Minimized code
Output
Expectation
It should compile.
Mirror.Of[A]
should return aMirror.SumOf[A] { type MirroredElemTypes = B *: A1 *: EmptyTuple }
The text was updated successfully, but these errors were encountered: