summaryrefslogtreecommitdiff
path: root/test/pending/pos/treecheckers/c6.scala
blob: 8283655f3a189812497feace16f8f777769691d8 (plain) (blame)
1
2
3
4
object Test6 {
  import scala.reflect.ClassTag
  def f[T: ClassTag] = implicitly[ClassTag[T]].runtimeClass match { case x => x }
}