summaryrefslogblamecommitdiff
path: root/test/files/run/t6329_vanilla_bug.scala
blob: 404f90bf6e56d406951ff13f164f8e0f0d397830 (plain) (tree)
1
2
3
4
5
6
7






                                          
import scala.reflect.runtime.universe._
import scala.reflect.runtime._

object Test extends App {
  println(classManifest[List[_]])
  println(scala.reflect.classTag[List[_]])
}