aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5225_2.scala
blob: 54e7fec1ff24f281215f9451ec92697e51b9c516 (plain) (blame)
1
2
3
4
5
6
import scala.reflect.runtime.universe._

object Test extends dotty.runtime.LegacyApp {
  val tree = reify{def foo(@annotation.elidable(0) x: Int) = ""}.tree
  println(tree.toString)
}