summaryrefslogtreecommitdiff
path: root/test/files/run/t7510/Test_2.scala
blob: 7d7a95e0f215802d99e24e446f70fbdb2fe4b55d (plain) (blame)
1
2
3
4
5
6
7
8
9
import scala.reflect.runtime.universe._
import scala.reflect.runtime.{currentMirror => cm}
import scala.tools.reflect.ToolBox

object Test extends App {
  val tb = cm.mkToolBox()
  tb.compile(tb.parse("@foo.Ann_1 class C"))
}