summaryrefslogtreecommitdiff
path: root/test/files/jvm/interpreter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-11 05:58:45 +0000
committerPaul Phillips <paulp@improving.org>2010-10-11 05:58:45 +0000
commita350673750d431c4f6159c908e3aca4af43057c4 (patch)
treeb7d38fcbee86031e370d4a2a1ce173a2feedfaee /test/files/jvm/interpreter.check
parent487e5bf895cde949c6c057e029c0bf96c6232431 (diff)
downloadscala-a350673750d431c4f6159c908e3aca4af43057c4.tar.gz
scala-a350673750d431c4f6159c908e3aca4af43057c4.tar.bz2
scala-a350673750d431c4f6159c908e3aca4af43057c4.zip
Some cleanups in the compiler source.
eliminated the import of ambiguously named classes from e.g. collection.mutable, obeyed a todo in the parser regarding dropping lbracket from statement starting tokens. No review.
Diffstat (limited to 'test/files/jvm/interpreter.check')
-rw-r--r--test/files/jvm/interpreter.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check
index b74ba1be0a..4da2386ace 100644
--- a/test/files/jvm/interpreter.check
+++ b/test/files/jvm/interpreter.check
@@ -180,7 +180,7 @@ scala> <console>:1: error: '=' expected but '=>' found.
def x => y => z
^
-scala> <console>:1: error: expected start of definition
+scala> <console>:1: error: illegal start of definition
[1,2,3]
^