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