summaryrefslogblamecommitdiff
path: root/test/files/run/t5840.scala
blob: da036d5122061499cfd6c9b2e591563fe5344851 (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]
  }
}