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
-- [E008] MemberNotFoundError: ../pg/Macros3.scala:13:39--------------------13|deff(x: G[Int]) givenFoo:String= x.g
|^^^| value g is not a member of G[Int] - did you mean x.==?.
|An extension method was tried, but could not be fully constructed:
||Macros3$package.A.g[T](x)
one error found
Working examples
typeFootypeG[A]
typeF[T] =Tmatch {
caseG[a] =>String
}
// given A {def (tup: T) g[T] givenFoo:F[T] =???// }deff(x: G[Int]) givenFoo:String= x.g
Uh oh!
There was an error while loading. Please reload this page.
Out:
Working examples
Possibly related to #7084.
The text was updated successfully, but these errors were encountered: