From e48c7736476650ea2e1a691631786530a34e1801 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 14 Jul 2007 15:56:25 +0000 Subject: changes in check file --- test/files/neg/saito.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/neg/saito.check b/test/files/neg/saito.check index 142ed903cc..51964e6fd4 100644 --- a/test/files/neg/saito.check +++ b/test/files/neg/saito.check @@ -1,4 +1,4 @@ -saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B +saito.scala:10: error: class A cannot be instantiated because it does not conform to its self-type B with A val a: A = new A; // should not be allowed ^ one error found -- cgit v1.2.3