summaryrefslogtreecommitdiff
path: root/test/disabled/scalap/covariantParam/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/scalap/covariantParam/result.test')
-rw-r--r--test/disabled/scalap/covariantParam/result.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/disabled/scalap/covariantParam/result.test b/test/disabled/scalap/covariantParam/result.test
new file mode 100644
index 0000000000..e7c4a00bcb
--- /dev/null
+++ b/test/disabled/scalap/covariantParam/result.test
@@ -0,0 +1,4 @@
+class CovariantParam[+A >: scala.Nothing <: scala.Any] extends java.lang.Object with scala.ScalaObject {
+ def this() = { /* compiled code */ }
+ def foo[A >: scala.Nothing <: scala.Any](a : A) : scala.Int = { /* compiled code */ }
+} \ No newline at end of file