summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-repl.check
blob: e93fb6d6e764985182b038e3bb2580e93235286f (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 = List[Nothing]

scala>