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, 7 insertions, 0 deletions
diff --git a/test/pending/run/t3832.scala b/test/pending/run/t3832.scala
new file mode 100644
index 0000000000..f081d5b3af
--- /dev/null
+++ b/test/pending/run/t3832.scala
@@ -0,0 +1,7 @@
+class Test {
+ def this(un: Int) = {
+ this()
+ def test(xs: List[Int]) = xs map (x => x)
+ ()
+ }
+} \ No newline at end of file