summaryrefslogtreecommitdiff
path: root/test/pending/run/t3832.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t3832.scala')
-rw-r--r--test/pending/run/t3832.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/run/t3832.scala b/test/pending/run/t3832.scala
deleted file mode 100644
index f081d5b3af..0000000000
--- a/test/pending/run/t3832.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-class Test {
- def this(un: Int) = {
- this()
- def test(xs: List[Int]) = xs map (x => x)
- ()
- }
-} \ No newline at end of file