summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-repl-elementary.check
blob: d9133f7e3e65efae2048b46ca99a7cf9d7144029 (plain) (blame)
1
2
3
4
5
6
7
8
9
Type in expressions to have them evaluated.
Type :help for more information.

scala> 

scala> scala.reflect.runtime.universe.typeOf[List[Nothing]]
res0: reflect.runtime.universe.Type = scala.List[Nothing]

scala>