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
15:44~/Projects/Master/sandbox (master)$ s
Test.scala:9:error: missing arguments for method foo in classCompatibleC;
follow this method with `_' if you want to treat it as a partially applied function
println(c.foo _)
^
one error found
The error is the same if I manually create an implicit def.