Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created December 6, 2013 13:34
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/7823883 to your computer and use it in GitHub Desktop.
Save xeno-by/7823883 to your computer and use it in GitHub Desktop.
case class A()
object Test extends App {
import Macros._
import scala.reflect.runtime.universe._
val c1 = A()
val r1 = q"$c1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment