summaryrefslogblamecommitdiff
path: root/test/files/pos/t7750.scala
blob: befec76949e64e498eae957e41a074488227751e (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                   
trait LazyCombiner[Elem, +To, Buff <: Growable[Elem] with Sizing]
trait Growable[T]
trait Sizing


object Test {
  null.isInstanceOf[LazyCombiner[_, _, _]] // issued an existential feature warning
}