summaryrefslogblamecommitdiff
path: root/test/files/scalap/classWithExistential.scala
blob: 4a5213f9630e384cd09348fd904a0745c18ef689 (plain) (tree)
1
2
3

                                                                             
 
class ClassWithExistential {
  def foo[A, B] : A=> B forSome {type A <: Seq[Int]; type B >: String} = null
}