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
scala 2.13.0> :pa
// Entering paste mode (ctrl-D to finish)
trait Bar
class MyBool
trait Foo {
def == (that : Foo)(implicit b : Bar) : Boolean = ???
}
case class FooCC(f : Foo)
// Exiting paste mode, now interpreting.
case class FooCC(f : Foo)
^
On line 7: error: could not find implicit value for parameter b: Bar
Uh oh!
There was an error while loading. Please reload this page.
minimized code
FWIW, the following code compiles fine in dotty, but gets a missing implicit error in scalac:
Related scalac issue: scala/bug#10536
Related dotty issue if extension methods will replace
==
inAny
: https://github.com/lampepfl/dotty/issues/5803Stack trace
The text was updated successfully, but these errors were encountered: