aboutsummaryrefslogblamecommitdiff
path: root/tests/disabled/macro/run/macro-reify-ref-to-packageless/Impls_1.scala
blob: 38ec6f022e1dbf06dc87c82c117ad2fd2111fd94 (plain) (tree)
1
2
3
4
5
6





                                                                                                                    
import scala.reflect.macros.blackbox.Context

object Impls {
  val `Answer to the Ultimate Question of Life, the Universe, and Everything` = 42
  def foo(c: Context) = c.universe.reify { `Answer to the Ultimate Question of Life, the Universe, and Everything` }
}