aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/macro-reify-tagful-a/Test_2.scala
blob: 5095ddcaa05c171124cb74c5182d48e9b8dcab78 (plain) (tree)
1
2
3
4
                                             


                                                    
object Test extends dotty.runtime.LegacyApp {
  val list: List[String] = Macros.foo("hello world")
  println(list)
}