aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reflinit.scala
blob: ae9ca407e60f46c50a876767c93e35984a61a47c (plain) (blame)
1
2
3
4
5
6
import scala.reflect.runtime.universe._

object Test extends dotty.runtime.LegacyApp {
  val tt2 = typeOf[List[Int]]
  println(tt2)
}