summaryrefslogblamecommitdiff
path: root/test/files/run/lub-visibility.scala
blob: 8d5d3ae11ad5de9388fa2fba87b86879daba575a (plain) (tree)
1
2
3
4
5
6
7
8







                                                                  
import scala.tools.partest.ReplTest
object Test extends ReplTest {
  def code = """
    |// should infer List[scala.collection.immutable.Seq[Nothing]]
    |// but reverted that for SI-5534.
    |val x = List(List(), Vector())
  """.stripMargin
}