Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created December 16, 2013 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeno-by/7989386 to your computer and use it in GitHub Desktop.
Save xeno-by/7989386 to your computer and use it in GitHub Desktop.
[error] /Users/xeno_by/Projects/macros-playground/macros/src/main/scala/Macros.scala:50: Can't splice String(""), consider
[error] Apply(Select(New(Ident(TermName(${""}))),
[error] ^
@xeno-by
Copy link
Author

xeno-by commented Dec 16, 2013

scala> q"""${""}"""
<console>:30: error: Can't splice String(""), consider providing an implicit instance of Liftable[String("")]
       q"""${""}"""
             ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment