summaryrefslogtreecommitdiff
path: root/test/pending/run/t5271_1.scala
blob: fae64350e3688cef781453725c38e0c416907b5c (plain) (blame)
1
2
3
4
5
6
7
import scala.reflect.mirror._

object Test extends App {
  reify {
    case class C(foo: Int, bar: Int)
  }.eval
}