summaryrefslogtreecommitdiff
path: root/test/files/run/reflinit.scala
blob: 6d3ba3a4dfa42bdb2f1b69f2c3d1dea034a4128f (plain) (blame)
1
2
3
4
5
6
import scala.reflect.runtime.universe._

object Test extends App {
  val tt2 = typeOf[List[Int]]
  println(tt2)
}