Advertisement
eallik

Untitled

Oct 2nd, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.28 KB | None | 0 0
  1. [error] /Users/erik/code/foo/bar.scala:99: constructor cannot be instantiated to expected type;
  2. [error]  found   : net.liftweb.json.JsonAST.JField
  3. [error]  required: net.liftweb.json.JsonAST.JValue
  4. [error]       case JField(name @ "birthday", JString(value)) =>
  5. [error]            ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement