summaryrefslogtreecommitdiff
path: root/test/files/scalap/paramClauses/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/paramClauses/result.test')
-rw-r--r--test/files/scalap/paramClauses/result.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/scalap/paramClauses/result.test b/test/files/scalap/paramClauses/result.test
new file mode 100644
index 0000000000..4a3138d3c9
--- /dev/null
+++ b/test/files/scalap/paramClauses/result.test
@@ -0,0 +1,4 @@
+class ParamClauses extends java.lang.Object with scala.ScalaObject {
+ def this() = { /* compiled code */ }
+ def foo(i : scala.Int)(s : scala.Predef.String)(d : scala.Double) : scala.Int = { /* compiled code */ }
+} \ No newline at end of file