summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1181.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-02-10 17:51:32 +0000
committerPaul Phillips <paulp@improving.org>2009-02-10 17:51:32 +0000
commit8d017c0f1e3478f2736a8df624492b73190b0976 (patch)
tree53576dda6521a9c96573f983e00dcd4ab4977adc /test/files/neg/bug1181.check
parent7681434a9278f50b673880e9a2ede4c1d57a679d (diff)
downloadscala-8d017c0f1e3478f2736a8df624492b73190b0976.tar.gz
scala-8d017c0f1e3478f2736a8df624492b73190b0976.tar.bz2
scala-8d017c0f1e3478f2736a8df624492b73190b0976.zip
Removes underscore from the list of characters ...
Removes underscore from the list of characters used during semicolon inference which it believes cannot start a statement on a new line, fixing bug #756; adds 1 test case, updates 1.
Diffstat (limited to 'test/files/neg/bug1181.check')
-rw-r--r--test/files/neg/bug1181.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug1181.check b/test/files/neg/bug1181.check
index 0baf975f9b..38045eda87 100644
--- a/test/files/neg/bug1181.check
+++ b/test/files/neg/bug1181.check
@@ -1,4 +1,4 @@
-bug1181.scala:9: error: not a legal formal parameter
+bug1181.scala:9: error: missing parameter type
_ => buildMap(map.update(keyList.head, valueList.head), keyList.tail, valueList.tail)
^
one error found