From 7e47107efa5d0eea79731d7f73a3b624b9cb1601 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 22 Sep 2011 19:34:12 +0000 Subject: Removed devirtualize. It was time. Removed unused flags and devirtualize detritus. Cleaned up flags a bit further. Fixed the contents of phaseNewFlags in those places where it was inaccurate. No review. --- test/files/neg/names-defaults-neg-ref.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg') diff --git a/test/files/neg/names-defaults-neg-ref.check b/test/files/neg/names-defaults-neg-ref.check index 00052c72dc..cdeb186368 100644 --- a/test/files/neg/names-defaults-neg-ref.check +++ b/test/files/neg/names-defaults-neg-ref.check @@ -10,7 +10,7 @@ The members with defaults are defined in class C and class B. class C extends B { ^ names-defaults-neg-ref.scala:21: error: overriding method bar$default$1 in class B of type => String; - method bar$default$1 has incompatible type + method bar$default$1 needs `override' modifier def bar(i: Int = 129083) = i ^ four errors found -- cgit v1.2.3