summaryrefslogtreecommitdiff
path: root/test/disabled/scalap/implicitParam/result.test
diff options
context:
space:
mode:
authorilyas <ilyas@epfl.ch>2009-06-29 16:09:59 +0000
committerilyas <ilyas@epfl.ch>2009-06-29 16:09:59 +0000
commite659affbea5daf934f2f078fd8b872930bbaa09c (patch)
tree8bc757562f2ab5ddcca47b2663821993cdcc92dd /test/disabled/scalap/implicitParam/result.test
parent91643c355b853e9bdfb70a5afab426a3537bfc1d (diff)
downloadscala-e659affbea5daf934f2f078fd8b872930bbaa09c.tar.gz
scala-e659affbea5daf934f2f078fd8b872930bbaa09c.tar.bz2
scala-e659affbea5daf934f2f078fd8b872930bbaa09c.zip
scalap changed to treat named parameters and pa...
scalap changed to treat named parameters and package objects
Diffstat (limited to 'test/disabled/scalap/implicitParam/result.test')
-rw-r--r--test/disabled/scalap/implicitParam/result.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/disabled/scalap/implicitParam/result.test b/test/disabled/scalap/implicitParam/result.test
deleted file mode 100644
index 4d2f49e803..0000000000
--- a/test/disabled/scalap/implicitParam/result.test
+++ /dev/null
@@ -1,4 +0,0 @@
-class ImplicitParam extends java.lang.Object with scala.ScalaObject {
- def this() = { /* compiled code */ }
- def foo(i : scala.Int)(implicit f : scala.Float, d : scala.Double) : scala.Int = { /* compiled code */ }
-} \ No newline at end of file