aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t7510/Test_2.scala
blob: edb8bfba4253aa71bfc743491c780ffa8af7da21 (plain) (tree)
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 dotty.runtime.LegacyApp {
  val tb = cm.mkToolBox()
  tb.compile(tb.parse("@foo.Ann_1 class C"))
}