From 485a79aa79142c2740a64f8e7a83036067c7ee9c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 31 Jan 2007 15:41:15 +0000 Subject: made pattern constructors termsymbols --- test/files/neg/scopes.check | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/files/neg/scopes.check') diff --git a/test/files/neg/scopes.check b/test/files/neg/scopes.check index 09b1bcbdb6..ca32035316 100644 --- a/test/files/neg/scopes.check +++ b/test/files/neg/scopes.check @@ -1,9 +1,6 @@ scopes.scala:1: error: x is already defined as value x case class test0(x: int, x: float) ^ -scopes.scala:2: error: x is already defined as value x - -^ scopes.scala:5: error: t is already defined as type t type t = float ^ @@ -25,4 +22,4 @@ scopes.scala:15: error: x is already defined as value x scopes.scala:17: error: x is already defined as value x case x::x => x ^ -9 errors found +8 errors found -- cgit v1.2.3