summaryrefslogblamecommitdiff
path: root/test/files/run/t5881.scala
blob: 04b24b713d05ff5aecd3b03d92faacd38355a282 (plain) (tree)
1
2
3
4
5
6
7
                                  




                                                                    
 
import scala.language.existentials
import scala.reflect.ClassTag

object Test extends App {
  println(implicitly[ClassTag[List[T forSome {type T <: List[T]}]]])
  println(implicitly[ClassTag[List[Any]]])
}