aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/pos/t6386.scala
blob: 4031ae26725e287cabde263409e8550776857f5c (plain) (tree)
1
2
3
4
5




                                       
import scala.reflect.runtime.universe._

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