summaryrefslogblamecommitdiff
path: root/test/files/pos/t6386.scala
blob: 85098a78f0695ce2531563206049b5810c7aec68 (plain) (tree)
1
2
3
4
5




                                       
import scala.reflect.runtime.universe._

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