aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/reflection-repl-elementary.check
blob: e948c9fd614b33f0c1b54c53aca0706d9a085a02 (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> :quit