Last active
February 25, 2016 12:30
-
-
Save pjazdzewski1990/12d078f075f00765cbd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def hello2Impl(c: blackbox.Context)(s: c.Expr[String]): c.Expr[Unit] = { | |
import c.universe._ | |
c.Expr(q"""println("hello " + ${s.tree} + "!")""") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment