summaryrefslogtreecommitdiff
path: root/test/files/run/t5125.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-05-20 13:59:00 +0200
committerJason Zaugg <jzaugg@gmail.com>2012-05-20 13:59:00 +0200
commit076b1c4235293d4b306913aee485c49ec4736af9 (patch)
tree62b0efe65c503da1857d3a185021b00301b8910b /test/files/run/t5125.check
parent1f5584fbe183041d4af269278f0125e2f0b94a44 (diff)
downloadscala-076b1c4235293d4b306913aee485c49ec4736af9.tar.gz
scala-076b1c4235293d4b306913aee485c49ec4736af9.tar.bz2
scala-076b1c4235293d4b306913aee485c49ec4736af9.zip
Fix @varargs forwarder generation in the presence of nested templates.
Makes `newMembers` a Map[Symbol, Buffer[Tree]] to ensure we add the forwarders to the right template. Closes SI-5125.
Diffstat (limited to 'test/files/run/t5125.check')
-rw-r--r--test/files/run/t5125.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t5125.check b/test/files/run/t5125.check
new file mode 100644
index 0000000000..d8a0565005
--- /dev/null
+++ b/test/files/run/t5125.check
@@ -0,0 +1,4 @@
+public void O1$.f(java.lang.String[])
+public void O1$.f(scala.collection.Seq)
+public void O2$.f(java.lang.String[])
+public void O2$.f(scala.collection.Seq)