aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5840.scala
blob: bb1cd7fa4c21e889a413ec6feb0d523baefc49a7 (plain) (tree)
1
2
3
4
5
6
7





                                       
 
import scala.reflect.runtime.universe._

object Test extends App {
  reify {
    class C[T <: String with Singleton]
  }
}