Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Error Messages

Paul Phillips edited this page Apr 6, 2011 · 2 revisions

So what to do about this old friend?

false + false

error: type mismatch;
 found   : Boolean(false)
 required: String
false + false
        ^

Maybe the following could be pre- or appended:

Note: error occurred during application of an implicit view:
  Predef.any2stringadd(false).+(false)
Clone this wiki locally