summaryrefslogtreecommitdiff
path: root/test/files/run/t6411b.check
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-24 22:46:34 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-01-25 09:45:44 +0300
commit6c1129bdc274eeb822a1924cb22d852ea9cd62de (patch)
treefb0f2387901a24c506449f668c27be9811eb7bcb /test/files/run/t6411b.check
parent32a02d6f7c697870c071b86e6552740bcced7697 (diff)
downloadscala-6c1129bdc274eeb822a1924cb22d852ea9cd62de.tar.gz
scala-6c1129bdc274eeb822a1924cb22d852ea9cd62de.tar.bz2
scala-6c1129bdc274eeb822a1924cb22d852ea9cd62de.zip
unifies method and constructor handling in JavaMirrors
This automatically brings performance fixes and correct handling of values class / by-name params into the constructor land.
Diffstat (limited to 'test/files/run/t6411b.check')
-rw-r--r--test/files/run/t6411b.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t6411b.check b/test/files/run/t6411b.check
new file mode 100644
index 0000000000..e20bed6d8d
--- /dev/null
+++ b/test/files/run/t6411b.check
@@ -0,0 +1 @@
+Bar(Foo(3))