aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/lub-visibility.check
blob: 70734966f0aa6215e912cb3bd16bbc976bd73fd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










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

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