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


                                  
                                             
                                                                      

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

object Test extends dotty.runtime.LegacyApp {
  println(implicitly[ClassTag[List[T forSome { type T <: List[T] }]]])
  println(implicitly[ClassTag[List[Any]]])
}