summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-crazy-logs.scala
blob: 6844faabf62feb9e0ac9ea0f46cc6a274db0003a (plain) (blame)
1
2
3
4
5
import scala.reflect.runtime.universe._

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