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/Macros2.scala:7:33---------------------7|deff(x: Any) givenFoo:Any= x.g.g
|^^^| value g is not a member of Any- did you mean x.==?.
|An extension method was tried, but could not be fully constructed:
||Macros2$package.A.g(x)
one error found
anatoliykmetyuk
changed the title
Extension objects' methods with implicit arguments don't chain
Given instances' extension methods with implicit arguments don't chain
Aug 22, 2019
Out:
However, the following works:
The following also works:
The text was updated successfully, but these errors were encountered: