summaryrefslogtreecommitdiff
path: root/test/files/run/lub-visibility.check
blob: 135cb3cb767e0570fcf45a4f66d8056cf54c33f3 (plain) (blame)
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 Serializable] = List(List(), Vector())

scala> :quit