aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t5537.check
blob: 98265ccc92281fdb75d694f842e7e725c8f6b0a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                         
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> :quit