summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithExistential/result.test
blob: 078b93ad895a26793cc9b61644176307ab622dfd (plain) (blame)
1
2
3
4
class ClassWithExistential extends java.lang.Object with scala.AnyRef {
  def this() = { /* compiled code */ }
  def foo[A, B] : scala.Function1[A, B forSome {type A <: scala.Seq[scala.Int]; type B >: scala.Predef.String}] = { /* compiled code */ }
}