We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala> implicitly[List[Boolean]] 1 |implicitly[List[Boolean]] | ^ | No implicit view available from Int => Boolean.
Expected an error like
no implicit argument of type List[Boolean] was found for parameter e of method implicitly in object Predef