summaryrefslogblamecommitdiff
path: root/test/files/pos/existential-slow-compile1.scala
blob: 8602afd9dbb83ecceee5415c03e9ec68d31ce1b4 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                                                                                                                            
class C {
  type L[+A] = scala.collection.immutable.List[A]
  def test = {
    val foo:
      L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: _ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: _ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_ <: L[_]]]]]]]]]]]]]]]]]]]]]]]]
          = ??? } }