From 6663d12daa44d2ca8240ed796b8f2900379844f1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 30 Sep 2011 02:05:39 +0000 Subject: Massively simplified caseFieldAccessors. It's nice when you can delete such absurd complication by figuring out how to avoid it in the first place. Also includes some Namer cleanup as I tried to follow the logic involved to fix a protected[this] accessor bug. No review. --- test/files/neg/t1422.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t1422.check') diff --git a/test/files/neg/t1422.check b/test/files/neg/t1422.check index 5931fcb049..4db64f1d49 100644 --- a/test/files/neg/t1422.check +++ b/test/files/neg/t1422.check @@ -1,4 +1,4 @@ t1422.scala:1: error: private[this] not allowed for case class parameters -case class A(private[this] val foo:String) +case class A(private[this] val foo:String) { } ^ one error found -- cgit v1.2.3