summaryrefslogtreecommitdiff
path: root/test/files/run/patmat-exprs.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-29 20:13:10 +0000
committerPaul Phillips <paulp@improving.org>2011-04-29 20:13:10 +0000
commite439b24609ae40ff0f019026c71affc52e69a8fd (patch)
tree01cba666530f1834fa41aa876b69bc55f7482553 /test/files/run/patmat-exprs.check
parent80bb9cfb7b2c05a48eb43852b252c36136697835 (diff)
downloadscala-e439b24609ae40ff0f019026c71affc52e69a8fd.tar.gz
scala-e439b24609ae40ff0f019026c71affc52e69a8fd.tar.bz2
scala-e439b24609ae40ff0f019026c71affc52e69a8fd.zip
Fixing the pattern matcher regression I introdu...
Fixing the pattern matcher regression I introduced between rc1 and rc2. Not done with this situation but at least I managed to boil out the big problem and keep my five closed pattern matcher tickets to boot. Closes #4523, no review.
Diffstat (limited to 'test/files/run/patmat-exprs.check')
-rw-r--r--test/files/run/patmat-exprs.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/patmat-exprs.check b/test/files/run/patmat-exprs.check
new file mode 100644
index 0000000000..b6df9385fa
--- /dev/null
+++ b/test/files/run/patmat-exprs.check
@@ -0,0 +1 @@
+((5 + 10) + 300)