From a350673750d431c4f6159c908e3aca4af43057c4 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 11 Oct 2010 05:58:45 +0000 Subject: 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. --- test/files/jvm/interpreter.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') 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> :1: error: '=' expected but '=>' found. def x => y => z ^ -scala> :1: error: expected start of definition +scala> :1: error: illegal start of definition [1,2,3] ^ -- cgit v1.2.3