summaryrefslogblamecommitdiff
path: root/test/files/run/t5225_1.scala
blob: 917a239bdf66b63aca66f6485d9e3888dfd99777 (plain) (tree)
1
2
3
4
5
6
                                       

                         
                                                       

                        
import scala.reflect.runtime.universe._

object Test extends App {
  val tree = reify{@transient @volatile var x = 2}.tree
  println(tree.toString)
}