summaryrefslogtreecommitdiff
path: root/test/files/run/t5537.check
blob: bffa02f3341cf2a737f87d5b011ffdda80b10c9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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