Created
December 6, 2013 13:34
-
-
Save xeno-by/7823883 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
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