aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5225_1.scala
blob: 68134ea144fee309a418bdc3b681992ed94aefbd (plain) (blame)
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)
}