From f857dea44a03bae7f147fc8be49f2555e3cc9eb7 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 10 Mar 2006 16:09:08 +0000 Subject: --- test/files/neg/mixins.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/neg/mixins.check b/test/files/neg/mixins.check index 805f9c4246..d2b7895395 100644 --- a/test/files/neg/mixins.check +++ b/test/files/neg/mixins.check @@ -1,6 +1,6 @@ mixins.scala:9 error: illegal inheritance; superclass C is not a subclass of the superclass B - of the mixin class M + of the mixin trait M class D extends C with M ^ one error found -- cgit v1.2.3