aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/pos/t6386.scala
blob: 4031ae26725e287cabde263409e8550776857f5c (plain) (blame)
1
2
3
4
5
import scala.reflect.runtime.universe._

object Test extends App {
  reify(manifest[Some[_]])
}