summaryrefslogblamecommitdiff
path: root/test/files/run/lub-visibility.check
blob: 50a0cadebf68b95e4f15914dee8952e8ee01d490 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                    

                                                                                                                                              


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

scala> 

scala> // should infer List[scala.collection.immutable.Seq[Nothing]]

scala> // but reverted that for SI-5534.

scala> val x = List(List(), Vector())
x: List[scala.collection.immutable.Seq[Nothing] with scala.collection.AbstractSeq[Nothing] with java.io.Serializable] = List(List(), Vector())

scala> 

scala>