summaryrefslogblamecommitdiff
path: root/test/files/run/reflection-repl-elementary.check
blob: 341dd10ab0d774390bbd351216ed21f2403e69f7 (plain) (tree)
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>