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