summaryrefslogblamecommitdiff
path: root/test/files/run/t5537.check
blob: b9d521f301f76761a6d45197050fd5cc5d665982 (plain) (tree)
1
2
3


                                           












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

scala> List[Predef.type]()
res0: List[scala.Predef.type] = List()

scala> List[scala.`package`.type]()
res1: List[scala.type] = List()

scala> List[List.type]()
res2: List[scala.collection.immutable.List.type] = List()

scala> List[Set.type]()
res3: List[Set.type] = List()

scala>