summaryrefslogtreecommitdiff
path: root/test/disabled/classWithExistential/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/classWithExistential/result.test')
-rw-r--r--test/disabled/classWithExistential/result.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/disabled/classWithExistential/result.test b/test/disabled/classWithExistential/result.test
new file mode 100644
index 0000000000..377edff7ef
--- /dev/null
+++ b/test/disabled/classWithExistential/result.test
@@ -0,0 +1,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 */ }
+} \ No newline at end of file