summaryrefslogblamecommitdiff
path: root/test/files/run/reflection-repl-elementary.check
blob: 4a223e8a249e6ef5967a038df235554d69569021 (plain) (tree)
1
2
3
4
5
6
7


                                           



                                                           
Type in expressions to have them evaluated.
Type :help for more information.

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

scala>