summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithExistential/result.test
blob: 91afddaf0e038f643421a6a4cc2805a8f33e29c0 (plain) (blame)
1
2
3
4
class ClassWithExistential extends java.lang.Object with scala.ScalaObject {
  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 */ }
}