From c0de8fd882c937b7d05368ce0dd5548edea7f839 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 18 Sep 2003 10:00:06 +0000 Subject: *** empty log message *** --- test/files/neg/bug128_129.check | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test/files/neg/bug128_129.check') diff --git a/test/files/neg/bug128_129.check b/test/files/neg/bug128_129.check index d410b57095..79b20ec4a5 100644 --- a/test/files/neg/bug128_129.check +++ b/test/files/neg/bug128_129.check @@ -1,7 +1,10 @@ -bug128_129.scala:3: variable not allowed under alternative +bug128_129.scala:3: '=' expected but identifier found. val x | 1 = 2; // not allowed - ^ + ^ +bug128_129.scala:3: illegal start of expression + val x | 1 = 2; // not allowed + ^ bug128_129.scala:10: recursive patterns not allowed case PT(a@PT(a)) => // not allowed ^ -two errors found +three errors found -- cgit v1.2.3