aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t6329_vanilla_bug.scala
blob: a0e6092cd048be0f6c531d1e776918f938d1327b (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[_]])
}