From 981a0d142c0bec9d34bc1ddfff50658ecef82ff1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 8 Jul 2003 15:08:56 +0000 Subject: *** empty log message *** --- test/neg/S4.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/neg/S4.check') diff --git a/test/neg/S4.check b/test/neg/S4.check index 7fd616488b..49f79ba97a 100644 --- a/test/neg/S4.check +++ b/test/neg/S4.check @@ -1,4 +1,4 @@ -S4.scala:5: stable identifier required, but a found. - def foo(x: a.Inner) = x; - ^ +S4.scala:4: stable identifier required, but a found. +class S4(a: Other) extends a.Inner() { + ^ one error found -- cgit v1.2.3